This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedWorkspace4 Interface > IVersionedWorkspace4.ParentVersions Property (ArcObjects .NET 10.4 SDK) |
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
Returns an enumeration of all versions that have children.