GetObjectTypeIconURL
Description
Gets the URL of the icon for the specified object type.
Syntax
// shellUI points to instance of IShellUI
const result = await shellUI.GetObjectTypeIconURL(objtype);
Parameters
Name | Type | Description |
---|---|---|
objtype | number | Object type ID. |
Return type
Type | Description |
---|---|
Promise < string > | the icon URL. |