Show / Hide Table of Contents

    Class ShortcutTemplate

    Definition

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

    A class that contains the preset list of the shortcut template from the installed package.

    public class ShortcutTemplate
    Inheritance
    Object
    ShortcutTemplate

    Properties

    View Source

    AppId

    Gets the application ID.

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

    ExtraData

    Gets the user data. A property of the shortcut element in the manifest file.

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

    ExtraKey

    Gets the user data. A property of the shortcut element in the manifest file.

    Declaration
    public string ExtraKey { get; }
    Property Value
    Type Description
    String
    API Level: 4
    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

    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