ArcGIS Pro 2.6 API Reference Guide
IsVersioningSupported Method

ArcGIS.Core.Data Namespace > Geodatabase Class : IsVersioningSupported Method
Gets a value indicating whether this geodatabase supports versioning. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsVersioningSupported()
Public Function IsVersioningSupported() As Boolean

Return Value

true if this geodatabase supports versioning and was not returned from HistoricalVersion.Connect. false otherwise.
Exceptions
ExceptionDescription
No valid geodatabase has been opened prior to invoking this operation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Geodatabase Class
Geodatabase Members