Previous Topic: CaTimeStamp& GetCreationTime(void) const

Next Topic: HAROBJID GetCreatorObjId(void) const


LPCTSTR GetCreatorName(void) const

Returns the string for the name of the CA Harvest SCM user who created this object.

Note: The returned LPCTSTR persists as long as the Item object is valid and in scope.

Owning Class

CaItem

Arguments

None

Return Value

LPCTSTR-item creator name

Example

CaItem& rItem = rContext.GetViewPathItem(); LPCTSTR szCreatorUser = rItem.GetCreatorName();

More information: