SearchCriteria Property
The criteria to be used to find FedEx Locations.
Syntax
int GetSearchCriteria();
int SetSearchCriteria(int iSearchCriteria);
Possible Values
SCT_ADDRESS(0), SCT_GEOGRAPHIC_COORDINATES(1), SCT_PHONE_NUMBER(2)
Default Value
0
Remarks
This specifies what criteria is to be used to search for FedEx locations when FindLocations is called.
If sctAddress is specified, the Address, must be set. Likewise, if sctGeographicCoordinates is specified, GeographicCoordinates must be set and if sctPhoneNumber is specified PhoneNumber must be set.
Data Type
Integer