The IVersionableItemAsync type exposes the following members.
| Name | Description | |
|---|---|---|
| Created | 
            Gets the creation date of the item in repository expressed as the coordinated universal time (UTC).
              (Inherited from IHierarchyItemBaseAsync.) | |
| IsAutoCheckedOut | 
            Gets a value indicating whether the item was check-out automatically by engine without
            explicit request from client.
              | |
| IsCheckedOut | 
            Gets a value indicating whether the item is in checked-in or checked-out state.
              | |
| Modified | 
            Gets the last modification date of the item in repository expressed as the coordinated universal time (UTC).
              (Inherited from IHierarchyItemBaseAsync.) | |
| Name | 
            Gets the name of the item in repository.
              (Inherited from IHierarchyItemBaseAsync.) | |
| Path | 
            Unique item path in the repository relative to storage root.
              (Inherited from IHierarchyItemBaseAsync.) | |
| VersionHistory | 
            Current item version history. Null, if item is not under version control.
              |