Ant Organisation Ltd documentation

HierarchyManager.SetAcl Method 

Sets the Acl associated with an item type and permission

public void SetAcl(
   AuthenticatedUser user,
   HierarchyItemType itemType,
   Permission permission,
   Acl acl
);

Parameters

user
Logged on user
itemType
Item type
permission
Permission relevant for the item type
acl
Acl to assign to the type and permission

Implements

HierarchyPermissionable.SetAcl

Remarks

If the ACL is null then the record is removed from the database

See Also

HierarchyManager Class | Ant.Hierarchy Namespace