Creates an instance of a Shortcut object with the specified company name, icon, and shortcut name.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic Shortcut(
	string company,
	string iconPath,
	string name
)
Parameters
- company
- Type: SystemString
 The name of the company associated with the shortcut.
- iconPath
- Type: SystemString
 The absolute path, relative path, or URL of the icon file to use for the shortcut.
- name
- Type: SystemString
 The name of the shortcut.
 See Also
See Also