FolderCreateEventArgs
12 Sep 20251 minute to read
Interface for folder create event arguments.
Properties
cancel boolean
Defines whether to cancel the creation of new folder.
folderName string
Defines the newly created folder name.
parentFolder { : }[]
Returns the parent folder data where the new folder is created.
path string
Specifies the current folder path.