Plumtree PEIs  
 

IDirectoryActions.OnAfterDeleteDirectoryFolder Method 

This function will perform some functionality after a Directory Folder has been deleted.

void OnAfterDeleteDirectoryFolder(
   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
- The specific folder being deleted

See Also

IDirectoryActions Interface | com.plumtree.portalpages.pei Namespace