AddFutureFolders Method
When this is called, any new folders won't actually be created. Instead their information will be stored as a path to be created at a later time
Syntax
public void AddFutureFolders(
System.Collections.Generic.IEnumerable<string> requiredFolderPaths
)Public Sub AddFutureFolders( _
ByVal requiredFolderPaths As System.Collections.Generic.IEnumerable(Of String) _
) Parameters
| Name | Description |
|---|---|
| requiredFolderPaths | A list of folder paths that should always show in the tree, even if they do not exist in the vault. This could be other 'future folders' |