Click or drag to resize

IAclHierarchyItemResolveWellKnownPrincipalAsync Method

IT Hit WebDAV Classes Reference
Returns predefined principal.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
Task<IPrincipal> ResolveWellKnownPrincipalAsync(
	WellKnownPrincipal wellKnownPrincipal
)

Parameters

wellKnownPrincipal
Type: ITHit.WebDAV.Server.AclWellKnownPrincipal
One of WellKnownPrincipal values.

Return Value

Type: TaskIPrincipal
Well known principal or null if it is not supported.
See Also