IsFolderLocation
Description
Resolves if the shell frame represents a normal folder location. For example it is a search folder or view, a property folder or traditional folder, but not an object folder.
Syntax
// shellFrame points to instance of IShellFrame
const result = await shellFrame.IsFolderLocation();
Return type
Type | Description |
---|---|
Promise < boolean > | The return value is true if the location represents a normal folder. |