Class ShortcutDeletedInfo
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
A class for getting the information of the shortcut.
public class ShortcutDeletedInfo
- Inheritance
-
objectShortcutDeletedInfo
Properties
View SourceAppId
Gets the name of the package.
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
ShortcutName
Gets the name of the created shortcut icon.
Declaration
public string ShortcutName { get; }
Property Value
Type | Description |
---|---|
string |