IAclHierarchyItemGetOwnerAsync 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<IPrincipal> GetOwnerAsync()
Function GetOwnerAsync As Task(Of IPrincipal)
Task<IPrincipal^>^ GetOwnerAsync()
abstract GetOwnerAsync : unit -> Task<IPrincipal>
Return Value
Type:
TaskIPrincipal
Item that represents owner of this item and implements
IPrincipal.
Exceptions Remarks Can be null.
See Also