Plumtree PEIs  
 

IDirectoryActions.OnOpenFolder Method 

This function will perform some functionality during the Opening of a folder within the directory structure and then perform a Redirect or return Null.

Redirect OnOpenFolder(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   int _nFolderID
);

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
_nFolderID
- Object ID of the Folder 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