Class ShortcutInfo

    Definition

    Namespace:
    Tizen.Applications.Shortcut
    Assembly:
    Tizen.Applications.Shortcut.dll

    A class to get the information of the shortcut.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class ShortcutInfo
    Inheritance
    object
    ShortcutInfo
    Derived
    HomeShortcutInfo
    HomeShortcutInfo
    HomeShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo
    WidgetShortcutInfo

    Properties

    View Source

    IconPath

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

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string IconPath { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsAllowDuplicate

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

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public bool IsAllowDuplicate { get; set; }
    Property Value
    Type Description
    bool
    View Source

    ShortcutName

    Gets or sets the name of the created shortcut icon.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string ShortcutName { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX