Click or drag to resize

FormContextText Method

[This is preliminary documentation and is subject to change.]

Get text (localized) - declared "new" to hide the inherited (should have been virtual...)

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public string Text(
	string key,
	string defaultValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.Text(System.String,System.String)"]

defaultValue
Type: SystemString

[Missing <param name="defaultValue"/> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.Text(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.FormContext.Text(System.String,System.String)"]

See Also