Click or drag to resize
AclInfoProviderChangeAclIdInternal Method (Int32, String, Int32)
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#
protected void ChangeAclIdInternal(
	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