Previous Topic: CaMovePath

Next Topic: void SetItemPathObjId(HAROBJID iItemPathObjId)


bool SetDescription(LPCTSTR szDesc)

Sets a description to annotate why the path is being moved.

Owning Class

CaMovePath

Arguments

LPCTSTR szDesc-the explanation

Return Value

bool-true if set succeeded, false if failed

Example

CaMovePath& rMovePath = rContext.GetMovePath();
rMovePath. SetDescription(“New naming convention”);

More information: