ArcGIS Pro 2.6 API Reference Guide
GetControllerDatasets Method

ArcGIS.Core.Data Namespace > Table Class : GetControllerDatasets Method
Gets a IReadOnlyList of controller datasets of a specific Dataset type that this table or feature class participates in. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<Dataset> GetControllerDatasets()
Public Function GetControllerDatasets() As IReadOnlyList(Of Dataset)

Return Value

A IReadOnlyList of controller datasets of a specific Dataset type that this table or feature class participates in.
Exceptions
ExceptionDescription
This table does not support controller datasets.
A geodatabase-related exception has occurred.
Remarks
If IsControllerDatasetSupported returns false, calling this method will result in an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members