Plumtree PEIs  
 

IPageActions.OnPageFinish Method 

This function allows for some functionality to be created at the very end of the processing of the page.

HTMLComment OnPageFinish(
   AActivitySpace _asCurrentSpace,
   object _oUserSession,
   string _strServerName
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session
_oUserSession
- Session object for the current user
_strServerName
- Server from which the page request originated.

Return Value

HTMLComment - The return object will be a HTMLComment that will be added to the end of the page being displayed. If no information is needed to be returned, then just return Null.

See Also

IPageActions Interface | com.plumtree.uiinfrastructure.pei Namespace