Plumtree UI Infrastructure API  
 

AppWarmUp.GetSettingValue Method 

Helper to return the setting value from the settings hashtable.

public static object GetSettingValue(
   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