UpdateAndCommitItems Method
Commits the changes to a set of Items.
Required Permissions
ItemEditSyntax
public override void UpdateAndCommitItems(
Item[] itemRevisions
)Public Overrides NotOverridable Sub UpdateAndCommitItems( _
ByVal itemRevisions() As Item _
) Parameters
| Name | Description |
|---|---|
| itemRevisions | An array of Items. Title, Detail, Comment, ItemTypId, and Units are the only values that can be changed be changed by directly updating the object. |
Remarks
Can only be called on editable Item Revisions.