Click or drag to resize

LocationSearchSourceGetCustomSearchArgs Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a list of custom arguments for this search source that can be specified in the CustomArgs property of a LocationSearchBaseArgs object. Argument names are automatically prefixed by the search source group name or name when presented to users of LocationSearch, however will always be provided to individual search sources without these prefixes.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual CustomArg[] GetCustomSearchArgs()

Return Value

Type: CustomArg
The custom search arguments, without search source name prefixes.
See Also