IHierarchyItemSetCommentAndAuthor Method (String, String, String)
IT Hit WebDAV Classes Reference
Updates comment and author information.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax void SetCommentAndAuthor(
string comment,
string author,
string lockToken
)
Sub SetCommentAndAuthor (
comment As String,
author As String,
lockToken As String
)
void SetCommentAndAuthor(
String^ comment,
String^ author,
String^ lockToken
)
abstract SetCommentAndAuthor :
comment : string *
author : string *
lockToken : string -> unit
Parameters
- comment
- Type: SystemString
Comment about an item that is suitable for presentation to a user. - author
- Type: SystemString
Description of the creator of the item. - lockToken
- Type: SystemString
Lock token for this item.
Exceptions See Also