SocialMediaRule.deleteMultiple (Method)
Deletes one or more social media rules.
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 |
---|---|---|---|
idList | SocialMediaRuleIDList | Required | A comma delimited list of one or more social media rule IDs. |
Context:
License Requirements | SocialMedia |
Permission Requirements | site:ManageSocialMedia |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None