Plumtree PEIs  
 

IPageActions.OnPageStart Method 

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

void OnPageStart(
   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 began.

See Also

IPageActions Interface | com.plumtree.uiinfrastructure.pei Namespace