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


In This Topic
    Version Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Method Changes this version's name, description and access permissions. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Changes this version's owner. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverridden.  Physically connects to this version in the geodatabase. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverridden.  Deletes this version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets this version's access permission. This method must be called on the MCT. Use QueuedTask.Run.  
    Public 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.  
    Public Method Gets the date and time this version was created. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets this version's description. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the date and time this version was last modified. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverridden.  Gets the name of this version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets this version's parent version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether conflicts exist in this version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether the current connected user is the owner of this version. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodPosts this version against a target version specified in postOptions. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Refreshes the version with the corresponding database state. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also