Class AppControlData

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Data of the AppControl.

    public static class AppControlData
    Inheritance
    object
    AppControlData

    Fields

    View Source

    AllDay

    All-day mode of the event ("true" or "false").

    Declaration
    public const string AllDay
    Field Value
    Type Description
    string
    View Source

    Bcc

    E-mail addresses that should be blind carbon copied.

    Declaration
    public const string Bcc
    Field Value
    Type Description
    string
    View Source

    Cc

    E-mail addresses that should be carbon copied.

    Declaration
    public const string Cc
    Field Value
    Type Description
    string
    View Source

    Email

    E-mail addressed.

    Declaration
    public const string Email
    Field Value
    Type Description
    string
    View Source

    Endtime

    End time of the event (format: YYYY-MM-DD HH:MM:SS).

    Declaration
    public const string Endtime
    Field Value
    Type Description
    string
    View Source

    Ids

    IDs.

    Declaration
    public const string Ids
    Field Value
    Type Description
    string
    View Source

    InputDefaultText

    Send the pre inputted text, such as "http://" in web.

    Declaration
    public const string InputDefaultText
    Field Value
    Type Description
    string
    View Source

    InputGuideText

    Send guide text to show to the user, such as "Input user name".

    Declaration
    public const string InputGuideText
    Field Value
    Type Description
    string
    View Source

    InputPredictionHint

    Send text to receive answer result from smart reply.

    Declaration
    public const string InputPredictionHint
    Field Value
    Type Description
    string
    View Source

    InputType

    Select the type of input method.

    Declaration
    public const string InputType
    Field Value
    Type Description
    string
    View Source

    Location

    Location.

    Declaration
    public const string Location
    Field Value
    Type Description
    string
    View Source

    Name

    Name.

    Declaration
    public const string Name
    Field Value
    Type Description
    string
    View Source

    Path

    Paths of items.

    Declaration
    public const string Path
    Field Value
    Type Description
    string
    View Source

    Phone

    Phone numbers.

    Declaration
    public const string Phone
    Field Value
    Type Description
    string
    View Source

    SectionMode

    Selection mode ("single" or "multiple").

    Declaration
    public const string SectionMode
    Field Value
    Type Description
    string
    View Source

    Selected

    Selected items.

    Declaration
    public const string Selected
    Field Value
    Type Description
    string
    View Source

    StartTime

    Start time of the event (format: YYYY-MM-DD HH:MM:SS).

    Declaration
    public const string StartTime
    Field Value
    Type Description
    string
    View Source

    Subject

    Subject.

    Declaration
    public const string Subject
    Field Value
    Type Description
    string
    View Source

    Text

    Text.

    Declaration
    public const string Text
    Field Value
    Type Description
    string
    View Source

    Title

    Title.

    Declaration
    public const string Title
    Field Value
    Type Description
    string
    View Source

    To

    Recipients.

    Declaration
    public const string To
    Field Value
    Type Description
    string
    View Source

    TotalCount

    Total count.

    Declaration
    public const string TotalCount
    Field Value
    Type Description
    string
    View Source

    TotalSize

    Total size (unit : bytes).

    Declaration
    public const string TotalSize
    Field Value
    Type Description
    string
    View Source

    Type

    Type.

    Declaration
    public const string Type
    Field Value
    Type Description
    string
    View Source

    Url

    URLs.

    Declaration
    public const string Url
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX