Sets the Description to be associated with versions created by this Checkin.
object.SetDescription(strDesc)
CaWCheckin
strDesc - A string that represents the description.
Returns True if success, False if fail.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() blnRet = objCheckin.SetDescription(“Save work prior to vacation.”)
More information:
| Copyright © 2013 CA. All rights reserved. |
|