GetItemsByRevisionIds Method
Gets a set of Item objects based on a set of Item revision IDs.
Required Permissions
ItemReadSyntax
public Item[] GetItemsByRevisionIds(
System.long[] itemRevisionIds,
System.bool committedOnly
)Public Function GetItemsByRevisionIds( _
ByVal itemRevisionIds() As System.Long, _
ByVal committedOnly As System.Boolean _
) As Item()Parameters
| Name | Description |
|---|---|
| itemRevisionIds | An array of Item revision IDs. |
| committedOnly | If true, the comitted (released) version of the Item will be returned it it exists. If false, the latest version of the Item in the revision is always returned. |
Return Value
The corresponding Item objects.