UpdateItemCategories Method
update the category assigned to items
Syntax
public Item[] UpdateItemCategories(
System.long[] itemMasterIds,
System.long[] categoryIds,
System.string comment
)Public Function UpdateItemCategories( _
ByVal itemMasterIds() As System.Long, _
ByVal categoryIds() As System.Long, _
ByVal comment As System.String _
) As Item()Parameters
| Name | Description |
|---|---|
| itemMasterIds | the items to update |
| categoryIds | the new categories to assign to the items |
| comment | comments to apply to the new items |
Return Value
updated items