Provides access to members that supply version information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IVersionInfo interface is a read-only collection of methods used to obtain different properties of a version. If you need to set properties of a version, use the IVersion interface.
Members
Description | ||
---|---|---|
![]() |
Access | The version's access permission. |
![]() |
Ancestors | The version's ancestors. |
![]() |
Children | The version's children. |
![]() |
Created | The date and time the version was created. |
![]() |
Description | The version's description. |
![]() |
IsOwner | True if the current connected user is the owner of this version. |
![]() |
Modified | The date and time the version was last modified. |
![]() |
Parent | The version's parent. |
![]() |
VersionName | The version's name. |
CoClasses that implement IVersionInfo
CoClasses and Classes | Description |
---|---|
VersionInfo | VersionInfo Object. |