Keywords.deleteMultiple (Method)

Deletes one more keywords within the subsite's scope; for example, 'ALL', 'CURRENT', 'CURRENT_AND_ABOVE', and so on. The scope is defined in this method's 'subsiteScope' argument.

Returns:

MultipleOperationResult (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
otherError NonNegativeInteger The number of items whose operation failed for non-security reasons.
securityError NonNegativeInteger The number of items whose operation failed because of security restrictions.
success NonNegativeInteger The number of items where the operation was successful.

Arguments:

Name Type Required Description
keywordList KeywordList_Existing Required A comma-delimited list of keywords.
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 AuthoringEnabled
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