This document is archived and information here might be outdated.  Recommended version.


IEnumVersionInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumVersionInfo Interface
ArcGIS Developer Help

IEnumVersionInfo Interface

Provides access to members that enumerate version information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Objects of this type are created through the IVersionedWorkspace.Versions property. The enumeration contains a set of IVersionInfo objects 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
Method Next Retrieves the next version info.
Method Reset Resets the enumeration sequence to the beginning.

Classes that implement IEnumVersionInfo

Classes Description
EnumVersionInfo EnumVersionInfo Object.