Provides access to members for managing a version. Note: the IVersion interface has been superseded byIVersion2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IVersion interface is used to manage the properties of a version, such as the name, description, access and the ability to create new versions.
Members
Description | ||
---|---|---|
Access | The version's access permission. | |
CreateVersion | Creates a new version equivalent to this version. | |
Delete | Permanently deletes the version from the database. | |
Description | The version's description. | |
HasParent | True if this version have a parent version. | |
RefreshVersion | Refreshes the version with the corresponding database state. | |
VersionInfo | This version's information. | |
VersionLocks | This version's locks. | |
VersionName | The name of the version. |
CoClasses that implement IVersion
CoClasses and Classes | Description |
---|---|
VersionedWorkspace | VersionedWorkspace Object. |