Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
- API Level:
- 4
A class that contains the preset list of the shortcut template from the installed package.
public class ShortcutTemplate
- Inheritance
-
System.Object
ShortcutTemplate
Properties
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
View Source
Gets the user data. A property of the shortcut element in the manifest file.
Declaration
public string ExtraData { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
View Source
Gets the user data. A property of the shortcut element in the manifest file.
Declaration
public string ExtraKey { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
View Source
IconPath
Gets the absolute path of an icon file for this shortcut.
Declaration
public string IconPath { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
View Source
ShortcutName
Gets the name of the created shortcut icon.
Declaration
public string ShortcutName { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 4