Namespace: ITHit.WebDAV.Server.Acl
The Privilege type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
Equals(Privilege) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns string representation of a privilege.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Equality operator.
| |
Inequality |
Unequality operator.
|
Name | Description | |
---|---|---|
All |
Is an aggregate privilege that contains the entire set of privileges that can be applied to the item.
| |
Bind |
Allows creating child items in a collection.
| |
Name |
Privilege name.
| |
Namespace |
Namespace of privilege.
| |
Read |
Controls methods that return information about the state of the resource, including the
resource's properties. Affected methods include downloading content and retrieving information about item.
| |
ReadAcl |
Controls the use of GetAclAsync(IListPropertyName).
| |
ReadCurrentUserPrivilegeSet |
Controls the use of GetCurrentUserPrivilegeSetAsync.
| |
Unbind |
Allows removing child items from collection (for example using DeleteAsync(MultistatusException)
or MoveToAsync(IItemCollection, String, MultistatusException)).
| |
Unlock |
Controls the use of the UnlockAsync(String) method by a principal other than the lock owner
(the principal that created a lock can always perform an UnlockAsync(String)).
| |
Write |
Controls methods that lock an item or modify the content, properties, or
membership of a collection.
| |
WriteAcl |
Controls user of SetAclAsync(IListWriteAce) method.
| |
WriteContent |
Controls methods that modify the content of an existing resource, such as WriteAsync(Stream, String, Int64, Int64).
| |
WriteProperties |
Controls methods that modify properties of the resource.
Such as UpdatePropertiesAsync(IListPropertyValue, IListPropertyName, MultistatusException).
|