SelectVaultFolderResults Constructor
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
| Name | Description |
|---|---|
| selectedFolder | The folder that was selected, or null if the workflow was cancelled |
| selectedFolderPath | The folder path that was selected, or null if the workflow was cancelled |
| newFolders | A list of any new folders that were created during the selection process |