LogisticsAddressFormatLines::includeElementInAddressFormat Method
Determines whether the address element is included in the string for the full formatted address.
Syntax
server public static boolean includeElementInAddressFormat(AddressFormatId _addrFormat, LogisticsAddressElement _element)
Run On
Server
Parameters
- _addrFormat
Type: AddressFormatId Extended Data Type
The address format code.
- _element
Type: LogisticsAddressElement Enumeration
The address element enum value.
Return Value
Type: boolean
true if the address element is included in the full formatted address; otherwise, false.