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