Search Results for

    Show / Hide Table of Contents

    Class ShortcutAddedInfo

    Definition

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

    A class for getting the information of the shortcut.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class ShortcutAddedInfo
    Inheritance
    object
    ShortcutAddedInfo
    Derived
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo

    Properties

    View Source

    IconPath

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

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

    IsAllowDuplicate

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

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

    ShortcutName

    Gets the name of the created shortcut icon.

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