PdsMRCRestrictionList::findState Method
Finds a record that corresponds to the specified ListId, CountryId, and StateId values.
Syntax
client server public static PdsMRCRestrictionList findState(
PdsMRCListId _listId,
AddressCountryRegionId _countryId,
AddressStateId _stateId)
Run On
Called
Parameters
- _listId
Type: PdsMRCListId Extended Data Type
A ListID value.
- _countryId
Type: AddressCountryRegionId Extended Data Type
A CountryId value.
- _stateId
Type: AddressStateId Extended Data Type
A StateId value.
Return Value
Type: PdsMRCRestrictionList Table
A record that corresponds to the specified ListId, CountryId, and StateId values.