Plumtree Portal UI  
 

IntrinsicPortletPrefsEditorModel.SetSettingValue Method 

Sets the appropriate setting value, based on the setting type.

public virtual void SetSettingValue(
   int nSettingType,
   string strName,
   object oValue
);

Parameters

nSettingType
Setting type
strName
Setting name
oValue
Setting value

See Also

IntrinsicPortletPrefsEditorModel Class | com.plumtree.portaluiinfrastructure.intrinsicportlets.prefs Namespace