Previous Topic: SetDeleteAfterCI Method

Next Topic: SetFileList Method


SetDescription Method

Sets the Description to be associated with versions created by this Checkin.

Syntax

object.SetDescription(strDesc)

Owning Class

CaWCheckin

Arguments

strDesc - A string that represents the description.

Return Value

Returns True if success, False if fail.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnRet = objCheckin.SetDescription(“Save work prior to vacation.”)

More information: