Previous Topic: bool SetDescription(LPCTSTR szDesc)

Next Topic: void SetItemPath(LPCTSTR szItemPathName)


void SetItemPathObjId(HAROBJID iItemPathObjId)

Identifies the item path to be moved by its object ID.

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

Owning Class

CaMovePath

Arguments

HAROBJID iItemPathObjId

Return Value

None

Example

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

More information: