IAclHierarchyItemSetOwnerAsync Method
IT Hit WebDAV Classes Reference
Retrieves a particular principal as being the "owner" of the item. Since the owner of a
resource often has special access control capabilities (e.g., the owner frequently has permanent
WriteAcl privilege), clients might display the resource owner in their
user interface.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task SetOwnerAsync(
IPrincipal value
)
Function SetOwnerAsync (
value As IPrincipal
) As Task
Task^ SetOwnerAsync(
IPrincipal^ value
)
abstract SetOwnerAsync :
value : IPrincipal -> Task
Parameters
- value
- Type: ITHit.WebDAV.Server.AclIPrincipal
Identifies whether to search by owner or group.
Return Value
Type:
Task
.
Exceptions See Also