Class HomeShortcutInfo

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll
API Level:
4

A class that contains the shortcut information.

C#
Copy
public class HomeShortcutInfo : ShortcutInfo
Inheritance
System.Object
HomeShortcutInfo

Properties

View Source

Uri

Gets or sets the specific information delivered to the viewer for creating a shortcut.

Declaration
C#
Copy
public string Uri { get; set; }
Property Value
Type Description
System.String
API Level: 4