Uiinfrastructure API Docs  
 

ConfigVarPack.InternalGetConfigValueAsString Method 

This is an internal helper method.

protected virtual string InternalGetConfigValueAsString(
   string _strSection,
   string _strSubSection,
   string _strAttribute,
   bool bReportErrors
);

Parameters

_strSection
_strSubSection
_strAttribute
bReportErrors
true implies report errors

Return Value

String null if not found

See Also

ConfigVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace