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

BreakRoleInheritance() public method

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