EnsureFolderPathsExist Method
Makes sure that all of the folders exist on the server and creates any that were missing
Syntax
System.Collections.Generic.Dictionary<FolderPathAbsolute,Folder> EnsureFolderPathsExist(
System.Collections.Generic.IEnumerable<FolderPathAbsolute> folderPaths,
IProgressReporter progressReporter
)Function EnsureFolderPathsExist( _
ByVal folderPaths As System.Collections.Generic.IEnumerable(Of FolderPathAbsolute), _
Optional ByVal progressReporter As IProgressReporter _
) As System.Collections.Generic.Dictionary(Of FolderPathAbsolute,Folder)Parameters
| Name | Description |
|---|---|
| folderPaths | A list of paths to evaluate |
| progressReporter | Progress reporter to show the progress of folder creation |
Return Value
A map of the folder paths to the actual folder objects