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);
        }