Class ShortcutInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
A class to get the information of the shortcut.
public class ShortcutInfo
- Inheritance
-
objectShortcutInfo
- Derived
Properties
View SourceIconPath
Gets or sets the absolute path of an icon file for this shortcut.
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
string |
IsAllowDuplicate
Gets or sets a value indicating whether to allow or not allow duplication.
Declaration
public bool IsAllowDuplicate { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShortcutName
Gets or sets the name of the created shortcut icon.
Declaration
public string ShortcutName { get; set; }
Property Value
Type | Description |
---|---|
string |