Previous Topic: GetDeleteVersionName Method

Next Topic: GetConcurrentMergeName Method


GetRemoveItemName Method

Retrieves the name of the current CA Harvest SCM RemoveItem.

Syntax

object.GetRemoveItemName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the RemoveItem name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strRemoveItemName = objContext.GetRemoveItemName()

More information: