newFolderAdded

newFolderAdded(userName:   String;
               folderPath: String);

The newFolderAdded method of the JadeReportWriterSecurity class enables the user who created a new folder to subsequently access that folder when security is set. When a user creates a new folder, this method is called by the JADE Report Writer Configuration application, passing the current user name and folder path as values to the userName and folderPath parameters.

You can reimplement this method in the JadeReportWriterSecurity subclass, to automatically create a security access entry for the values specified in the method parameters so that the user can then access and maintain that folder.