Class ShortcutInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
- API Level:
- 4
A class to get the information of the shortcut.
C#Copypublic class ShortcutInfo
- Inheritance
-
System.ObjectShortcutInfo
- Derived
Properties
Declaration
C#Copypublic string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 4
View Source
IsAllowDuplicate
Gets or sets a value indicating whether to allow or not allow duplication.
Declaration
C#Copypublic bool IsAllowDuplicate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
API Level: 4
Declaration
C#Copypublic string ShortcutName { get; set; }
Property Value
Type | Description |
---|---|
System.String |