Click or drag to resize

IDeltaVItemGetCreatorDisplayNameAsync Method

IT Hit WebDAV Classes Reference
Retrieves display name of the user that created this item.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
Task<string> GetCreatorDisplayNameAsync()

Return Value

Type: TaskString
String representing author name.
Exceptions
ExceptionCondition
NeedPrivilegesExceptionThe user doesn't have enough privileges.
DavExceptionIn other cases.
Remarks
Retrieves description of the creator of the file that is suitable for presentation to a user. Can be used to indicate who created that version.
See Also