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.

C#
Copy
public class ShortcutTemplate
Inheritance
System.Object
ShortcutTemplate

Properties

View Source

AppId

Gets the application ID.

Declaration
C#
Copy
public string AppId { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

ExtraData

Gets the user data. A property of the shortcut element in the manifest file.

Declaration
C#
Copy
public string ExtraData { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

ExtraKey

Gets the user data. A property of the shortcut element in the manifest file.

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public string ShortcutName { get; }
Property Value
Type Description
System.String
API Level: 4