Keywords.getAdminRightCounts (Method)
Returns a structure containing the number of subsites in a scope and the number for which the current user has keyword administration Rights.
Returns:
Keywords_getAdminRightCounts_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
subsites | PositiveInteger | The number of subsites within a scope. |
subsitesWithAdminRights | NonNegativeInteger | The number of subsites within a scope for which the current user have keyword administration rights. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
subsiteScope | SubsiteScopeFilter | Optional. Defaults to '#Request.Constants.SUBSITE_SCOPE_CURRENT#'. | String containing the subsite's scope; for example, 'ALL', 'CURRENT', 'CURRENT_AND_ABOVE', and so on. |
Context:
License Requirements | Keywords |
Permission Requirements | subsite:ManageSubsiteKeywords |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None