ArcObjects Library Reference (GeoDatabase)  

IVersionInfo.Children Property

The version's children.

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

Parameters

Children [out, retval]

  Children is a parameter of type IEnumVersionInfo

Product Availability

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

Remarks

The Children method is used to retrieve an IEnumVersionInfo enumeration of all the version's that were created from the current version. The IEnumVersionInfo enumeration is then used to obtain an IVersionInfo object for the child version.

See Also

IVersionInfo Interface