ICurrentUserPrincipalAsyncGetCurrentUserPrincipalAsync Method
IT Hit WebDAV Classes Reference
Retrieves currently logged in principal.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax Task<IPrincipalAsync> GetCurrentUserPrincipalAsync()
Task<IPrincipalAsync> GetCurrentUserPrincipalAsync()
Function GetCurrentUserPrincipalAsync As Task(Of IPrincipalAsync)
Function GetCurrentUserPrincipalAsync As Task(Of IPrincipalAsync)
Task<IPrincipalAsync^>^ GetCurrentUserPrincipalAsync()
Task<IPrincipalAsync^>^ GetCurrentUserPrincipalAsync()
abstract GetCurrentUserPrincipalAsync : unit -> Task<IPrincipalAsync>
abstract GetCurrentUserPrincipalAsync : unit -> Task<IPrincipalAsync>
Return Value
Type:
TaskIPrincipalAsyncCurrently logged in principal.
Remarks The Engine will request [!:IHierarchyItemAsync.Path] on the returned item.
See Also