Updates a version comment.
Syntax
Visual Basic (Declaration) | |
---|
Sub UpdateVersionComment( _
ByVal lFileID As System.Integer, _
ByVal lVersionNo As System.Integer, _
ByVal As System.String _
) |
C# | |
---|
void UpdateVersionComment(
System.int lFileID,
System.int lVersionNo,
System.string
) |
C++/CLI | |
---|
void UpdateVersionComment(
& System.int lFileID,
& System.int lVersionNo,
& System.String^
) |
Parameters
- lFileID
- ID of file for which to update a comment
- lVersionNo
- ID of version for which to update a comment; -1 for all versions
- bsNewComment
- New version comment
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional 2008