Previous Topic: bool SetDescription(LPCTSTR szDesc)

Next Topic: void SetItemPath(LPCTSTR szItemPath)


void SetItemPathObjId(HAROBJID iItemPathObjId)

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

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

Owning Class

CaRenamePath

Arguments

HAROBJID iItemObjId

Return Value

None

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
rRenamePath.SetItemObjId(12);

More information: