Click or drag to resize

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()

Return Value

Type: TaskIPrincipalAsync
Currently logged in principal.
Remarks
The Engine will request [!:IHierarchyItemAsync.Path] on the returned item.
See Also