Click or drag to resize
AclInfoProviderChangeAclId Method
Changes the ACLID within the section defined by path and removes old ACLs and ACL items which are no longer valid.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void ChangeAclId(
	int siteId,
	string path,
	int newAclId
)

Parameters

siteId
Type: SystemInt32
Site ID
path
Type: SystemString
Section path where the ACL IDs will be changed
newAclId
Type: SystemInt32
New ACLID
See Also