Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerList.BreakRoleInheritance C# (CSharp) Méthode

BreakRoleInheritance() public méthode

public BreakRoleInheritance ( bool copyRoleAssignments ) : void
copyRoleAssignments bool
Résultat void
        public override void BreakRoleInheritance(bool copyRoleAssignments)
        {
            _spList.BreakRoleInheritance(copyRoleAssignments);
        }