Previous Topic: SetDeleteVersionName Method

Next Topic: SetInteractiveMergeName Method


SetDeleteVersionId Method

Sets the specified DeleteVersion as the current context DeleteVersion.

Syntax

object.SetDeleteVersionId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the DeleteVersion object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetDeleteVersionId(lngObjId)

More information: