Show / Hide Table of Contents

    Class ShortcutAddedInfo

    Definition

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

    A class for getting the information of the shortcut.

    public class ShortcutAddedInfo
    Inheritance
    Object
    ShortcutAddedInfo
    Derived
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    HomeShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo
    WidgetShortcutAddedInfo

    Properties

    View Source

    IconPath

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

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

    IsAllowDuplicate

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

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

    ShortcutName

    Gets the name of the created shortcut icon.

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