Autodesk Vault ProfessionalVault API

SelectVaultFolderResults Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.ResultsSelectVaultFolderResults

Constructs an instance of this class

Syntax

public SelectVaultFolderResults(
   Folder selectedFolder,
   System.string selectedFolderPath,
   System.Collections.Generic.IEnumerable<Folder> newFolders
)
Public Function New( _
   ByVal selectedFolder As Folder, _
   ByVal selectedFolderPath As System.String, _
   ByVal newFolders As System.Collections.Generic.IEnumerable(Of Folder) _
)

Parameters

NameDescription
selectedFolderThe folder that was selected, or null if the workflow was cancelled
selectedFolderPathThe folder path that was selected, or null if the workflow was cancelled
newFoldersA list of any new folders that were created during the selection process

See Also