RepositoryDiscovererFindGlobal Method (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Locate data source for the given vendor.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LocalRepository[] FindGlobal(
string vendor
)
Public Function FindGlobal (
vendor As String
) As LocalRepository()
Parameters
- vendor
- Type: SystemString
The data vendor.
Return Value
Type:
LocalRepositoryAn array of data sources supplied by the specified vendor on the
server, or null if no sources are found.
See Also