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


In This Topic
    VersionManager Class Methods
    In This Topic

    For a list of all members of this type, see VersionManager members.

    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