ModelUtilsGetAdditionalModelText Method |
Experimental: retrieve additional text from model resource.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static string GetAdditionalModelText(
string textResourceKey
)
Parameters
- textResourceKey
- Type: SystemString
The fully qualified resource key (no implicit patterns applied).
Return Value
Type:
StringThe localized text.
RemarksThe modelName attribute in the configuration is ignored for this method.
See Also