Class ShortcutAddedInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
A class for getting the information of the shortcut.
C#
Copy
public class ShortcutAddedInfo
- Inheritance
-
objectShortcut
Added Info
- Derived
Properties
Declaration
C#
Copy
public string IconPath { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public bool IsAllowDuplicate { get; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#
Copy
public string ShortcutName { get; }
Property Value
Type | Description |
---|---|
string |