FolderGenericEvent_*ChangeFolder events
Occur when a user changes the folder type of an existing folder.
Syntax
FolderGenericEvent_*ChangeFolder(Batch)
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
NewType |
A string that contains the name of the new folder type selected by the user. Passed only to the BeforeChangeFolder event. |
OldType |
A string that contains the name of the original folder type of the folder. Passed only to the AfterChangeFolder event. |