GetFolderByPath Method
Gets a folder object based on its path.
Required Permissions
FolderReadSyntax
public Folder GetFolderByPath(
System.string path
)Public Function GetFolderByPath( _
ByVal path As System.String _
) As FolderParameters
| Name | Description |
|---|---|
| path | A path in the vault. Example: $/Folder1/Folder2 |
Return Value
The Folder object that corresponds to the input path.