Click or drag to resize

MessagesBundleSupportsMessageType Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Whether the bundle supports messages of the given type.

Namespace:  Telogis.GeoBase.Internationalization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool SupportsMessageType(
	string type
)

Parameters

type
Type: SystemString
The type of message to check for, eg Directions or Announcements.

Return Value

Type: Boolean
true, if message type is supported, false otherwise.
See Also