Plumtree UI Infrastructure API  
 

PersonalSettingsHelper.FindPersonalSetting Method 

Call this method to find the value associated with given setting name.

public static object FindPersonalSetting(
   object[][] oaSettings,
   string sName
);

Parameters

oaSettings
Pass an Object[][] obtained from LookupPersonalSettings
sName

See Also

PersonalSettingsHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace