IAclHierarchyItemAsyncGetOwnerAsync 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: 11.3.10719
SyntaxTask<IPrincipalAsync> GetOwnerAsync()
Task<IPrincipalAsync> GetOwnerAsync()
Function GetOwnerAsync As Task(Of IPrincipalAsync)
Function GetOwnerAsync As Task(Of IPrincipalAsync)
Task<IPrincipalAsync^>^ GetOwnerAsync()
Task<IPrincipalAsync^>^ GetOwnerAsync()
abstract GetOwnerAsync : unit -> Task<IPrincipalAsync> 
abstract GetOwnerAsync : unit -> Task<IPrincipalAsync> 
Return Value
Type: 
TaskIPrincipalAsync
            Item that represents owner of this item and implements 
IPrincipalAsync.
            
Exceptions
RemarksCan be null.
See Also