Deletes Page Creation Rules that matche given unique Ids
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- data
- Type: PcrDeleteRuleParam
Array of Page Creation Rule Id to delete
Return Value
Type: XHRServiceResponseGenericStringCollection of valid Page Creation Rule Ids that have been removed.
Examples
JavaScript
{
"code": 0,
"error": null,
"message": ["PageCreationRules\/34", "PageCreationRules\/33"]
}Remarks
Any Ids that doesn't exist in Page Creation Rules collection will be ignored. Only valid Page Creation Rule Ids will be returned after they are deleted.
Examples
JavaScript
{
"data": {
"selectedIds": ["PageCreationRules/34", "PageCreationRules/33"]
}
}See Also