Class ShortcutTemplate
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
-
ShortcutTemplate
Properties
View SourceAppId
Gets the application ID.
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceExtraData
Gets the user data. A property of the shortcut element in the manifest file.
Declaration
public string ExtraData { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceExtraKey
Gets the user data. A property of the shortcut element in the manifest file.
Declaration
public string ExtraKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceIconPath
Gets the absolute path of an icon file for this shortcut.
Declaration
public string IconPath { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceShortcutName
Gets the name of the created shortcut icon.
Declaration
public string ShortcutName { get; }
Property Value
Type | Description |
---|---|
String |