Plumtree PEIs  
 

IDirectoryActions.OnClickThroughToDoc Method 

This function will perform some functionality during the click through of a particular document and then perform a Redirect or return Null.

Redirect OnClickThroughToDoc(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   int _nDocumentID
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session
_ptUserSession
- Plumtree session object for the current user
_nDocumentID
- Object ID of the Document trying to be viewed.

Return Value

Redirect - Location that the User will be redirected after the functionality has completed.

See Also

IDirectoryActions Interface | com.plumtree.portalpages.pei Namespace