ICCHistoryRecord interface

Description

If data that is kept under source control or metadata that is associated with source-controlled data is changed, this change information is recorded as either a history or an event record.

Inheritance

ICCHistoryRecord inherits from IDispatch.

Read-write properties

Comment

Gets and sets the comment associated with the operation indicated by this history record

Read-only properties

Date

Gets the date and time of day on which the operation was executed

EventKind

Gets an indication of the type of operation that was executed

Group

Gets the name of the login group that performed the operation indicated by this history record

Host

Gets the name of the host machine from which the operation indicated by this history record was executed

UserFullName

Gets the full name of the user who performed the operation indicated by this history record

UserLoginName

Gets the login name of the user who performed the operation indicated by this history record

VOB

Gets the VOB that contains the object to which the operation was applied

Examples

Creation

You can get a CCHistoryRecord object from the following interfaces:

Comment

Gets and sets the comment associated with the operation indicated by this history record

Category

Read-write property

VB syntax

Property Comment As String

Visual C++ syntax

_bstr_t GetComment();
void PutComment(_bstr_t NewComment);
Parameter
Description
NewComment
Visual C++ only. Specify a String for the comment.

Member of: ICCHistoryRecord interface

Date

Gets the date and time of day on which the operation was executed

Category

Read-only property

VB syntax

Property Date As Date

Visual C++ syntax

DATE GetDate();

Member of: ICCHistoryRecord interface

EventKind

Gets an indication of the type of operation that was executed

Category

Read-only property

VB syntax

Property EventKind As String

Visual C++ syntax

_bstr_t GetEventKind();

Member of: ICCHistoryRecord interface

Group

Gets the name of the login group that performed the operation indicated by this history record

Category

Read-only property

VB syntax

Property Group As String

Visual C++ syntax

_bstr_t GetGroup();

Member of: ICCHistoryRecord interface

Host

Gets the name of the host machine from which the operation indicated by this history record was executed

Category

Read-only property

VB syntax

Property Host As String

Visual C++ syntax

_bstr_t GetHost();

Member of: ICCHistoryRecord interface

UserFullName

Gets the full name of the user who performed the operation indicated by this history record

Category

Read-only property

VB syntax

Property UserFullName As String

Visual C++ syntax

_bstr_t GetUserFullName();

Member of: ICCHistoryRecord interface

UserLoginName

Gets the login name of the user who performed the operation indicated by this history record

Category

Read-only property

VB syntax

Property UserLoginName As String

Visual C++ syntax

_bstr_t GetUserLoginName();

Member of: ICCHistoryRecord interface

VOB

Gets the VOB that contains the object to which the operation was applied

Category

Read-only property

VB syntax

Property VOB As CCVOB

Visual C++ syntax

ICCVOBPtr GetVOB();

Member of: ICCHistoryRecord interface


Feedback