Sets a named Administrative setting for the Gadget, replacing any existing value for the setting.
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);
IPTAdminSettings Interface | com.plumtree.server Namespace