/// <summary> /// Removes ACL inheritance from a folder. When used in conjunction with Clear(), you can really lock down a folder. /// </summary> public void RemoveInheritance() { var proto = new ProtoPathRemoveAclInheritanceTask(_path); _server.RegisterProtoTask(proto); }