AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.LatestVersionNumber Property

Gets the latest version number of the item.

string LatestVersionNumber {get;}

Property Value

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".

Exceptions

Exception Type Condition
InvalidOperationException The item has not been persisted or has already been removed.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace