ArcObjects Library Reference (GeoDatabase)  

IVersionedWorkspace4.ParentVersions Property

A list of versions that have child versions.

[Visual Basic .NET]
Public ReadOnly Property ParentVersions As IEnumVersionInfo
[C#]
public IEnumVersionInfo ParentVersions {get;}
[C++]
HRESULT get_ParentVersions(
  IEnumVersionInfo** infoEnum
);
[C++]

Parameters

infoEnum [out, retval]

  infoEnum is a parameter of type IEnumVersionInfo

Product Availability

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

Remarks

Returns an enumeration of all versions that have children.

See Also

IVersionedWorkspace4 Interface