NavigateToFolder
Description
Navigate to the given folder defs.
Syntax
// shellFrame points to instance of IShellFrame
await shellFrame.NavigateToFolder(folders);
Parameters
| Name | Optionality | Type | Description | 
|---|---|---|---|
| folders | Required | ShellframeFolders | The folders to be navigated to. | 
Return type
| Type | Description | 
|---|---|
| Promise < void > | Method does not return a value |