/// <summary> /// Restores the permission inheritance on the current content. /// </summary> /// <param name="normalize">If true (default is false), the unnecessary explicit entries /// (the ones that are the same as the inherited ones) will be removed.</param> public void RemoveBreakInheritance(bool normalize = false) { _securityHandler.UnbreakInheritance(this._node, normalize); }