Click or drag to resize

ICurrentUserPrincipalGetCurrentUserPrincipalAsync 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: 13.3.13068
Syntax
Task<IPrincipal> GetCurrentUserPrincipalAsync()

Return Value

Type: TaskIPrincipal
Currently logged in principal.
Remarks
The Engine will request Path on the returned item.
See Also