This function is similar to the functions with the same name that take in String and String[] arguments. Call those functions instead.
This function is similar to the functions with the same name that take in String and String[] arguments. Call those functions instead.
object[][] LookupAdminGadgetSettings(object);
Retrieve the indicated Administrative setting for the Gadget. This is a convenience wrapper for the version of LookupAdminGadgetSettings that takes in a String[] argument.
object[][] LookupAdminGadgetSettings(string);
Retrieve the indicated Administrative setting for the Gadget.
object[][] LookupAdminGadgetSettings(string[]);
IPTAdminSettings Interface | com.plumtree.server Namespace