Class AppControlData

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

Data of the AppControl.

C#
Copy
public static class AppControlData : object
Inheritance
AppControlData

Fields

View Source

AllDay

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

Declaration
C#
Copy
public const string AllDay = null
Field Value
Type Description
String
API Level: 3
View Source

Bcc

E-mail addresses that should be blind carbon copied.

Declaration
C#
Copy
public const string Bcc = null
Field Value
Type Description
String
API Level: 3
View Source

Cc

E-mail addresses that should be carbon copied.

Declaration
C#
Copy
public const string Cc = null
Field Value
Type Description
String
API Level: 3
View Source

Email

E-mail addressed.

Declaration
C#
Copy
public const string Email = null
Field Value
Type Description
String
API Level: 3
View Source

Endtime

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

Declaration
C#
Copy
public const string Endtime = null
Field Value
Type Description
String
API Level: 3
View Source

Ids

IDs.

Declaration
C#
Copy
public const string Ids = null
Field Value
Type Description
String
API Level: 3
View Source

InputDefaultText

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

Declaration
C#
Copy
public const string InputDefaultText = null
Field Value
Type Description
String
API Level: 3
View Source

InputGuideText

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

Declaration
C#
Copy
public const string InputGuideText = null
Field Value
Type Description
String
API Level: 3
View Source

InputPredictionHint

Send text to receive answer result from smart reply.

Declaration
C#
Copy
public const string InputPredictionHint = null
Field Value
Type Description
String
API Level: 3
View Source

InputType

Select the type of input method.

Declaration
C#
Copy
public const string InputType = null
Field Value
Type Description
String
API Level: 3
View Source

Location

Location.

Declaration
C#
Copy
public const string Location = null
Field Value
Type Description
String
API Level: 3
View Source

Name

Name.

Declaration
C#
Copy
public const string Name = null
Field Value
Type Description
String
API Level: 3
View Source

Path

Paths of items.

Declaration
C#
Copy
public const string Path = null
Field Value
Type Description
String
API Level: 3
View Source

Phone

Phone numbers.

Declaration
C#
Copy
public const string Phone = null
Field Value
Type Description
String
API Level: 3
View Source

SectionMode

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

Declaration
C#
Copy
public const string SectionMode = null
Field Value
Type Description
String
API Level: 3
View Source

Selected

Selected items.

Declaration
C#
Copy
public const string Selected = null
Field Value
Type Description
String
API Level: 3
View Source

StartTime

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

Declaration
C#
Copy
public const string StartTime = null
Field Value
Type Description
String
API Level: 3
View Source

Subject

Subject.

Declaration
C#
Copy
public const string Subject = null
Field Value
Type Description
String
API Level: 3
View Source

Text

Text.

Declaration
C#
Copy
public const string Text = null
Field Value
Type Description
String
API Level: 3
View Source

Title

Title.

Declaration
C#
Copy
public const string Title = null
Field Value
Type Description
String
API Level: 3
View Source

To

Recipients.

Declaration
C#
Copy
public const string To = null
Field Value
Type Description
String
API Level: 3
View Source

TotalCount

Total count.

Declaration
C#
Copy
public const string TotalCount = null
Field Value
Type Description
String
API Level: 3
View Source

TotalSize

Total size (unit : bytes).

Declaration
C#
Copy
public const string TotalSize = null
Field Value
Type Description
String
API Level: 3
View Source

Type

Type.

Declaration
C#
Copy
public const string Type = null
Field Value
Type Description
String
API Level: 3
View Source

Url

URLs.

Declaration
C#
Copy
public const string Url = null
Field Value
Type Description
String
API Level: 3