Autodesk Vault ProfessionalVault API

CreateFolder Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFolderManager

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 Folder

Parameters

NameDescription
parentFolderThe parent of the folder that we are creating
folderNameThe name of the folder to create
isLibraryFolderTrue if the new folder should be a library folder
categoryThe 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

See Also