Uiinfrastructure API Docs  
 

AppWarmUp.GetSettingValueAsString Method 

Helper to return the setting value from the settings hashtable.

public static string GetSettingValueAsString(
   string strKey
);

Parameters

strKey
Key for the setting value to retrieve.

Return Value

Value for the corresponding key.

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace