PdsMRCRestrictedListByItem::isRestricted Method
Indicates whether an item is part of a restricted list.
Syntax
client server public static boolean isRestricted(
ItemId _itemId,
[AddressCountryRegionId _countryId,
LogisticsAddressStateId _stateId])
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _countryId
Type: AddressCountryRegionId Extended Data Type
The ID of the country or region.
- _stateId
Type: LogisticsAddressStateId Extended Data Type
The ID of the state.
Return Value
Type: boolean
true if the given item is part of a restricted list; otherwise, false.