UpdateItemProperties Method
Updates the property values for a set of Items and commits the changes.
Required Permissions
ItemEditSyntax
public Item[] UpdateItemProperties(
System.long[] itemRevIds,
PropInstParamArray[] propValues
)Public Function UpdateItemProperties( _
ByVal itemRevIds() As System.Long, _
ByVal propValues() As PropInstParamArray _
) As Item()Parameters
| Name | Description |
|---|---|
| itemRevIds | An array of Item revision IDs. |
| propValues |
Return Value
Item objects after applying UpdateItemProperties
Remarks
The Item needs to be in an editable state prior to calling this function. If the function is successful, the items will be committed.