Click or drag to resize
TmplItemGetLocalStringResource Method (String, String, CultureInfo)

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

Gets the local string resource.

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public string GetLocalStringResource(
	string virtualPath,
	string resourceKey,
	CultureInfo cultureInfo
)

Parameters

virtualPath
Type: SystemString
The virtual path. Should be on the form : '~/ProgressBar.aspx'
resourceKey
Type: SystemString
The resource key.
cultureInfo
Type: System.GlobalizationCultureInfo
The culture info.

Return Value

Type: String

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.GetLocalStringResource(System.String,System.String,System.Globalization.CultureInfo)"]

See Also