IPrincipalFolderGetPrincipalSearcheablePropertiesAsync Method
IT Hit WebDAV Classes Reference
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<IEnumerable<PropertyDescription>> GetPrincipalSearcheablePropertiesAsync()
Function GetPrincipalSearcheablePropertiesAsync As Task(Of IEnumerable(Of PropertyDescription))
Task<IEnumerable<PropertyDescription>^>^ GetPrincipalSearcheablePropertiesAsync()
abstract GetPrincipalSearcheablePropertiesAsync : unit -> Task<IEnumerable<PropertyDescription>>
Return Value
Type:
TaskIEnumerablePropertyDescriptionSearcheable properties.
See Also