WebCenter Interaction API  
 

IPTAdminSettings.AddAdminGadgetSetting Method (String, Int32)

Sets a named Administrative setting for the Gadget, replacing any existing value for the setting.

void AddAdminGadgetSetting(
   string bstrAdminGadgetSetting,
   int vValue
);

Parameters

bstrAdminGadgetSetting
the name of the setting to be set
vValue
the value of the setting

See Also

IPTAdminSettings Interface | com.plumtree.server Namespace | IPTAdminSettings.AddAdminGadgetSetting Overload List