createFolderInSession() Method
In CatalogService, use the createFolderInSession() method to create a folder in the Publisher catalog for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
String createFolderInSession(String folderAbsolutePath, String bipSessionToken);
Parameter | Description |
---|---|
String folderAbsolutePath |
The path to the folder that you want to create. For example: /HR Manager/Employee Reports/. |
String bipSessionToken |
The proprietary token string generated for the user by Publisher. With the bipSessionToken string, the user no longer needs to provide user credentials. Publisher can validate this token string and restore the Publisher session to perform needed operation. |