Previous Topic: void SetItemPathObjId(HAROBJID iItemPathObjId)

Next Topic: bool SetTargetItemPath (LPCTSTR szTargetItemPathName)


void SetItemPath(LPCTSTR szItemPathName)

Identifies the item path to be moved by its name.

Note: The name is ignored if an item path object ID is set.

Owning Class

CaMovePath

Arguments

LPCTSTR szItemPathName

Return Value

None

Example

CaMovePath& rMovePath = rContext.GetMovePath();
rMovePath. SetItemPath (“\sourcebase\code”);

More information: