Пример #1
0
 /// <summary>
 /// Clear the permission inheritance on the current content.
 /// </summary>
 /// <param name="convertToExplicit">If true (default), all effective permissions will be copied explicitly.</param>
 public void BreakInheritance(bool convertToExplicit = true)
 {
     _securityHandler.BreakInheritance(this._node, convertToExplicit);
 }