AclInfoProviderChangeAclIdInternal Method (WhereCondition, Int32) |
Changes ACL ID to the set of nodes identified by the given where condition
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual void ChangeAclIdInternal(
WhereCondition nodesWhere,
int newAclId
)
Parameters
- nodesWhere
- Type: CMS.DataEngineWhereCondition
Where condition for DocumentNodeDataInfo - newAclId
- Type: SystemInt32
New ACL ID. If 0, sets the NodeACLID to NULL
See Also