IDeltaVItemSetCreatorDisplayNameAsync Method
IT Hit WebDAV Classes Reference
Sets 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 SetCreatorDisplayNameAsync(
string creatorDisplayName
)
Function SetCreatorDisplayNameAsync (
creatorDisplayName As String
) As Task
Task^ SetCreatorDisplayNameAsync(
String^ creatorDisplayName
)
abstract SetCreatorDisplayNameAsync :
creatorDisplayName : string -> Task
Parameters
- creatorDisplayName
- Type: SystemString
String representing author name.
Return Value
Type:
TaskA task object that can be awaited.
Exceptions Remarks
Sets 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