Previous Topic: CaMoveItem

Next Topic: void SetItemObjId(HAROBJID iItemObjId)


bool SetDescription(LPCTSTR szDesc)

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

Owning Class

CaMoveItem

Arguments

LPCTSTR szDesc-the explanation

Return Value

bool-true if set succeeded, false if failed

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
rMoveItem. SetDescription(“New naming convention”);

More information: