IsObjectLocation
Description
Resolves if the shell frame represents a object folder location.
Syntax
// shellFrame points to instance of IShellFrame
const result = await shellFrame.IsObjectLocation();
Return type
| Type | Description | 
|---|---|
| Promise < boolean> | Returns true if the shell frame location represents a object folder. |