EntityIterationId Property
Gets the Iteration ID of this Item.
Syntax
public System.long EntityIterationId {get;}Public ReadOnly Property EntityIterationId As System.LongRemarks
An Item is an iteration based entity. An item can have multiple revisions and each revision can have multiple iterations. The iteration id refers to a specific instance of an item where the master id references information pertaining to all revisions and iterations of the item.
This method is implemented as part of the IEntity interface