AclInfoProviderMergeACLs Method |
Merges ACL items if given ACL is not already contained.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static string MergeACLs(
string inheritedACLs,
int aclId
)
Parameters
- inheritedACLs
- Type: SystemString
ACLs separated with comma (,) - aclId
- Type: SystemInt32
ACL
Return Value
Type:
StringString with merged ACLs separated with comma (,)
See Also