WebCenter Interaction API  
 

IPTAdminSettings.LookupAdminGadgetSettings Method

This function is similar to the functions with the same name that take in String and String[] arguments. Call those functions instead.

Overload List

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[]);

See Also

IPTAdminSettings Interface | com.plumtree.server Namespace