ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / VersionManager Class
Properties Methods


In This Topic
    VersionManager Class Members
    In This Topic

    The following tables list the members exposed by VersionManager.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new HistoricalVersion. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets the currently active HistoricalVersion. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the currently active Version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets whether the VersionManager belongs to a Geodatabase that is connected to a Version or a HistoricalVersion.  
    Public MethodGets the default Version.  
    Public MethodOverloaded.   
    Public MethodGets a IReadOnlyList of all the available HistoricalVersion in a given enterprise geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a Version object with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a value indicating whether the Geodatabase supports traditional or branch versioning. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of the names of all available Version in a given enterprise geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of all the available Version in a given enterprise geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also