WebCenter Interaction API  
 

IPTAdminSettings.AddAdminGadgetSetting Method

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

Overload List

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

void AddAdminGadgetSetting(string,XPDateTime);

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

void AddAdminGadgetSetting(string,double);

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

void AddAdminGadgetSetting(string,int);

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

void AddAdminGadgetSetting(string,object);

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

void AddAdminGadgetSetting(string,string);

See Also

IPTAdminSettings Interface | com.plumtree.server Namespace