Click or drag to resize
AclInfoProviderChangeAclIdInternal Method
Changes the ACLID within the sub-tree defined by path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ChangeAclIdInternal(
	int siteId,
	string path,
	int newId
)

Parameters

siteId
Type: SystemInt32
Site ID
path
Type: SystemString
Alias path of node, whose ACL ID will be changed(including node children)
newId
Type: SystemInt32
New ACLID
See Also