Show / Hide Table of Contents

    Class ShortcutInfo

    Definition

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

    A class to get the information of the shortcut.

    public class ShortcutInfo
    Inheritance
    Object
    ShortcutInfo
    Derived
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo

    Properties

    View Source

    IconPath

    Gets or sets the absolute path of an icon file for this shortcut.

    Declaration
    public string IconPath { get; set; }
    Property Value
    Type Description
    String
    API Level: 4
    View Source

    IsAllowDuplicate

    Gets or sets a value indicating whether to allow or not allow duplication.

    Declaration
    public bool IsAllowDuplicate { get; set; }
    Property Value
    Type Description
    Boolean
    API Level: 4
    View Source

    ShortcutName

    Gets or sets the name of the created shortcut icon.

    Declaration
    public string ShortcutName { get; set; }
    Property Value
    Type Description
    String
    API Level: 4
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX