IVersionAdminInfo2 Interface
Use this interface to set and retrieve the description of repository object versions. This interface inherits from the IVersionAdminInfo interface.
When to Use
By default, no class except for Repository Type Information Model (RTIM) classes implements this interface. But within information models, any class can implement this interface. Use this interface to ensure that the repository automatically retains the properties inherited from IVersionAdminInfo. You can also use this interface to set or retrieve the version comments properties on IVersionAdminInfo2.
Methods
IUnknown method |
Description |
QueryInterface |
Returns pointers to supported interfaces |
AddRef |
Increments the reference count |
Release |
Decrements the reference count |
IDispatch method |
Description |
GetIDsOfNames |
Maps a single member and a set of argument names to a corresponding set of dispatch identifiers |
GetTypeInfo |
Retrieves a type information object, which can be used to get the type information for an interface |
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1) |
Invoke |
Provides access to properties and methods exposed by an Automation object |
Properties
IVersionAdminInfo property |
Description |
CreateByUser |
The name of the user who created the object version |
ModifyByUser |
The name of the user who made the most recent modification to the object version |
VersionCreateTime |
Date and time the object version was created |
VersionModifyTime |
Date and time of the most recent modification to the object version |
IVersionAdminInfo2 property |
Description |
VersionLabel |
The version string property. It is an application-supplied version label. |
VersionComments |
The version comment property. It corresponds to the comments added when a file is checked into a version control system. |
VersionShortDesc |
The short description property. It is a short summary of the version comments. |
See Also
Repository Type Information Model
IVersionAdminInfo Interface