Previous Topic: bool SetTargetItemPath (LPCTSTR szTargetItemPathName)

Next Topic: bool SetCreateOnBranch(bool bFlag)


void SetTargetItemPathObjId(HAROBJID iTargetItemPathObjId)

Identifies the target item path of the item move by its object ID.

Note: Takes precedence over path name. If present then target item path name are ignored.

Owning Class

CaMovePath

Arguments

HAROBJID iTargetItemPathObjId

Return Value

None

Example

CaMovePath& rMovePath = rContext.GetMovePath ();
rMovePath.SetTargetItemPathObjId(12);

More information: