Aqualogic Interaction API  
 

IPTAsyncGadgetProvider.GetHTMLText Method

Same as GetHTMLText (int lMode, IPTSession pUserSession, IPTGadgetInfo pGadgetInfo, IPTStates pStates, IPTAdminSettings pAdminSettings, Object vAppDataStateObject, IPTUserInterface pUserInterface, int nStateMode), but nStateMode is set to PT_STATEMODES.PT_STATEMODES_REQUEST

Overload List

Same as GetHTMLText (int lMode, IPTSession pUserSession, IPTGadgetInfo pGadgetInfo, IPTStates pStates, IPTAdminSettings pAdminSettings, Object vAppDataStateObject, IPTUserInterface pUserInterface, int nStateMode), but nStateMode is set to PT_STATEMODES.PT_STATEMODES_REQUEST

object[][] GetHTMLText(int,IPTSession,IPTGadgetInfo,IPTStates,IPTAdminSettings,object,IPTUserInterface);

Get the HTML text for this portlet as an array of markup fragments, some of which require post-processing. You must call BeginProcessing before calling this function and pass the same set of arguments to both.

object[][] GetHTMLText(int,IPTSession,IPTGadgetInfo,IPTStates,IPTAdminSettings,object,IPTUserInterface,int);

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace