GetFoldersByPaths Method
Gets a list of Folder objects based on their paths.
Required Permissions
FolderReadSyntax
public Folder[] GetFoldersByPaths(
System.string[] paths
)Public Function GetFoldersByPaths( _
ByVal paths() As System.String _
) As Folder()Parameters
| Name | Description |
|---|---|
| paths | A list of paths in the vault. Example: $/Folder1/Folder2 |
Return Value
A list of Folder objects. Each element in the array corresponds to the path in the input array. An exception will be thrown if an input path is not found in the Vault.