Keywords.removePermanent (Method)
Removes the specified keywords that were defined as permanent for the current subsite. After being removed, they can no longer be used.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
subsiteIDOrURL | SubsiteIDorURL_EmptyString | Required | The ID of the target subsite, or the server relative path to the target subsite, or an empty string for the current subsite. |
keywordList | KeywordList | Required | A comma-delimited list of keywords. |
Context:
License Requirements | Keywords |
Permission Requirements | subsite:ManageSubsiteKeywords |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
Code | Error Message |
---|---|
26027 | Keyword searches are not licensed for this site. |
Notes:
None