Provides access to members that enumerate version information.
Description
Objects of this type are created through the IVersionedWorkspace.Versionsproperty. The enumeration contains a set of IVersionInfoobjects that specify the characteristics of the versions contained in the database.
Use the IEnumVersionInfo interface when you need to access the read-only properties (such as access setting, children and parents) of the version.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next version info. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumVersionInfo.Next Method
Retrieves the next version info.
Public Function Next ( _
) As IVersionInfo
public IVersionInfo Next (
);
Remarks
The Nextmethod returns the next version's properties.
IEnumVersionInfo.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Remarks
The Resetmethod resets the enumeration sequence to the beginning.
Classes that implement IEnumVersionInfo
Classes | Description |
---|---|
EnumVersionInfo | EnumVersionInfo Object. |