Previous Topic: HINT32 GetRefactorMode(void)

Next Topic: CaPackage


HINT32 Execute(void)

Executes the MovePath process on the Package currently selected using the Package Chooser and the source and target item path names specified by the class methods. The target item path named by the set functions will contain new versions for moved sub-items of this package.

Owning Class

CaMovePath

Arguments

None

Return Value

HINT32

-0 If success.

-1 If it is a server side error, detailed information can be found in the log file if the log file is defined at the HSDK calling function.

-2 If item is not valid.

-3 If multiple matched items.

-4 If package set is not correct.

Example

CaMovePath& rMovePath = rContext.GetMovePath();
HINT32 iResult = rMovePath.Execute();

More information: