Previous Topic: GetFromProjectName Method

Next Topic: GetFromStateName Method


GetFromStateId Method

Returns the ObjID of the State set by SetFromState.

Syntax

object.GetFromStateId()

Owning Class

CaWCrossProjectMerge

Arguments

None

Return Value

A long that represents the State Id containing source state & packages

Example

Dim objXProjectMerge
Set objXProjectMerge = objContext.GetCrossProjectMerge()
lngStateId = ObjXProjectMerge.GetFromStateId()

More information: