Adds a new folder in the library.
Syntax: |
|---|
| DlxLibraryDocument.AddFolder(name) |
Parameters
| Parameter | Description |
|---|---|
| name | The folder name. |
Return Value
Returns a DlxLibraryFolder object corresponding to the folder. Call the IsValid() method to determine if the folder was created correctly.
Example
Copy code
|
|
|---|---|
|
|
|
