Plumtree PEIs  
 

IObjectActions.OnBeforeCreateAdminFolder Method 

This function will perform some functionality before the creation process of a Admin Folder

string[] OnBeforeCreateAdminFolder(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   string _strFolderName,
   string _strFolderDesc
);

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
_strFolderName
- The name for the specified Admin Folder
_strFolderDesc
- Description of the specified Admin Folder

Return Value

String[] - String array containing new versions of the name and description. Name should be in the 0 position and Desc should be in the 1 position of the array. If nulls are returned for either or both positions, then the original values will take precedence.

See Also

IObjectActions Interface | com.plumtree.portalpages.pei Namespace