Previous Topic: HAROBJID GetTargetItemPathObjId(void)

Next Topic: bool GetCreateOnBranch(void)


SetItemObjIdLPCTSTR GetClientDir(void)

Retrieves the current value of the client directory attribute.

Owning Class

CaMoveItem

Arguments

None

Return Value

LPCTSTR-current client directory value

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
CaString szClientDirectory = rMoveItem. GetClientDir();

More information: