Many of the objects that are kept under source control and metadata about the source-control database have common properties. The ICCVOBObject interface is an ancestor interface for those objects.
All objects inheriting from ICCVOBObject can have attributes and can have hyperlinks attached to them.
Gets the collection of attributes associated with this VOB object
Gets the collection of hyperlinks associated with this VOB object
This interface is used only through inheritance.
Gets an attribute of the specified type on this VOB object
Read-only property
Property Attribute(AttributeType As String) As CCAttribute
ICCAttributePtr GetAttribute(_bstr_t AttributeType);
Member of: ICCVOBObject interface
Gets the collection of attributes associated with this VOB object
Read-only property
Property Attributes As CCAttributes
Gets and sets the comment associated with the VOB object
Read-write property
Property Comment As String
_bstr_t GetComment(); void PutComment(_bstr_t NewComment);
Member of: ICCVOBObject interface
Gets the creation record for the VOB object
Read-only property
Property CreationRecord As CCHistoryRecord
Gets the collection of history records for this object
Read-only property
Property HistoryRecords(pICCBranchType As CCBranchType, [ Since As Date = 0 ], [ User As String = "" ], [ Minor As Boolean = False ], [ ExcludeCheckOutEvents As Boolean = False ], [ Recurse As Boolean = False ], [ DirectoryOnly As Boolean = False ]) As CCHistoryRecords
ICCHistoryRecordsPtr GetHistoryRecords( ICCBranchType* pICCBranchType, DATE Since, _bstr_t User, VARIANT_BOOL Minor, VARIANT_BOOLExcludeCheckOutEvents, VARIANT_BOOL Recurse, VARIANT_BOOL DirectoryOnly);
The lshistory reference page provides a description of options corresponding to the CAL filtering options.
Member of: ICCVOBObject interface
Gets the collection of hyperlinks associated with this VOB object
Read-only property
Property Hyperlinks([ HyperlinkType As String = "" ]) As CCHyperlinks
ICCHyperlinksPtr GetHyperlinks(_bstr_t HyperlinkType);
Member of: ICCVOBObject interface
Gets the object identifier for the VOB object
Read-only property
Property OID As String