Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerListItem.BreakRoleInheritance C# (CSharp) Method

BreakRoleInheritance() public method

public BreakRoleInheritance ( bool copyRoleAssignments ) : void
copyRoleAssignments bool
return void
        public override void BreakRoleInheritance(bool copyRoleAssignments)
        {
            _item.BreakRoleInheritance(copyRoleAssignments);
        }