GetItemDeleteRestrictionsByIds Method
Gets the restrictions for deleting a set of Items.
Required Permissions
ItemReadSyntax
public ProductRestric[] GetItemDeleteRestrictionsByIds(
System.long[] itemIds
)Public Function GetItemDeleteRestrictionsByIds( _
ByVal itemIds() As System.Long _
) As ProductRestric()Parameters
| Name | Description |
|---|---|
| itemIds | An array of Item IDs. |
Return Value
The delete restrictions, if any.