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

BreakRoleInheritance() 공개 메소드

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