Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerWeb.BreakRoleInheritance C# (CSharp) 메소드

BreakRoleInheritance() 공개 메소드

public BreakRoleInheritance ( bool copyRoleAssignments ) : void
copyRoleAssignments bool
리턴 void
        public override void BreakRoleInheritance(bool copyRoleAssignments)
        {
            _spWeb.BreakRoleInheritance(copyRoleAssignments);
        }