Click or drag to resize
AclInfoProviderMergeACLs Method
Merges ACL items if given ACL is not already contained.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static string MergeACLs(
	string inheritedACLs,
	int aclId
)

Parameters

inheritedACLs
Type: SystemString
ACLs separated with comma (,)
aclId
Type: SystemInt32
ACL

Return Value

Type: String
String with merged ACLs separated with comma (,)
See Also