Click or drag to resize

TmplItemGetGlobalStringResource Method (String, String)

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

Gets the global string resource.

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 GetGlobalStringResource(
	string classKey,
	string resourceKey
)

Parameters

classKey
Type: SystemString
The class key.
resourceKey
Type: SystemString
The resource key.

Return Value

Type: String

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

See Also