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