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