Click or drag to resize
AclInfoProviderChangeAclIdInternal Method (WhereCondition, Int32)
Changes ACL ID to the set of nodes identified by the given where condition

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
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