Plumtree UI Infrastructure API  
 

IOpenerPlugins Interface

Interface that needs to be implemented when creating an OpenerPlugin. Plugins are run at the beginning of the Common Opener processing, allowing one to interpret the Querystring arguments and act accordingly.

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

public interface IOpenerPlugins

Types that implement IOpenerPlugins

Type Description
OpenPlugin This plugin enables the Common Opener to open objects using the more human readable "open" parameter instead of the "clsID" parameter. The "open" is processed into its ClassID equivalent and put back into the QS.

Requirements

Namespace: com.plumtree.uiinfrastructure.opener

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IOpenerPlugins Members | com.plumtree.uiinfrastructure.opener Namespace