Plumtree Portal UI  
 

PTPersonalSettingsHelper.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

PTPersonalSettingsHelper Class | com.plumtree.portaluiinfrastructure.login Namespace