Click or drag to resize

WebMapLayersPageGetTextFromResources Method

Gets text from the resx.

Namespace:  Cadcorp.Web.UI.Controls
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public string GetTextFromResources(
	string originalValue,
	string resourceId,
	string defaultValue
)

Parameters

originalValue
Type: SystemString
The member string.
resourceId
Type: SystemString
The resource id for the resx file
defaultValue
Type: SystemString
The default value if neither are populated

Return Value

Type: String

[Missing <returns> documentation for "M:Cadcorp.Web.UI.Controls.WebMapLayersPage.GetTextFromResources(System.String,System.String,System.String)"]

See Also