Aqualogic Interaction API  
 

IPTAdminSettings Interface

This interface is used to retrieve and set the Administrative settings on a Gadget. Administrative settings apply to every instance of a Gadget, regardless of the page on which it appears or who views it. For instance, consider a Gadget that connects to a back-end database to retrieve human resources information. The exact information retrieved will differ from user to user, but the connectivity information for the Gadget should be the same no matter where the Gadget is viewed. This connectivity information would be an example of an Administrative setting.

For a list of all members of this type, see IPTAdminSettings Members.

public interface IPTAdminSettings

Types that implement IPTAdminSettings

Type Description

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTAdminSettings Members | com.plumtree.server Namespace | IPTGadget