/// <summary> /// Removes all users/groups who are not inherited or in the preserve list (defined in options). /// </summary> public ClearAclOptions Clear() { var proto = new ProtoPathClearAclsTask(_path); _server.RegisterProtoTask(proto); return proto; }
/// <summary> /// Removes all users/groups who are not inherited or in the preserve list (defined in options). /// </summary> public ClearAclOptions Clear() { var proto = new ProtoPathClearAclsTask(_path); _server.RegisterProtoTask(proto); return(proto); }