ArcGIS Pro 2.6 API Reference Guide
GetChildren Method (Version)

ArcGIS.Core.Data Namespace > Version Class : GetChildren Method
Gets a list of all the available child versions. If this version has no children, an empty list is returned. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<Version> GetChildren()
Public Function GetChildren() As IReadOnlyList(Of Version)

Return Value

A list of all the available child versions. If this version has no children, an empty list is returned.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Version Class
Version Members