CreateFolder Method
Creates a vault folder
Syntax
Folder CreateFolder(
Folder parentFolder,
System.string folderName,
System.bool isLibraryFolder,
EntityCategory category
)Function CreateFolder( _
ByVal parentFolder As Folder, _
ByVal folderName As System.String, _
ByVal isLibraryFolder As System.Boolean, _
ByVal category As EntityCategory _
) As FolderParameters
| Name | Description |
|---|---|
| parentFolder | The parent of the folder that we are creating |
| folderName | The name of the folder to create |
| isLibraryFolder | True if the new folder should be a library folder |
| category | The category to associate with the new folder. In the Base Vault product, this should be null as categories are not supported. |
Return Value
The newly created folder