Gets the latest version number of the item.
A string value indicating the latest version number of the item. "1" will be returned for an item that has never been checked in. The initial check-in of a new item will increment its version number to "2".
Exception Type | Condition |
---|---|
InvalidOperationException | The item has not been persisted or has already been removed. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace