Class Group

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of a Group record.

C#
Copy
public static class Group : object
Inheritance
Group

Fields

View Source

AddressBookId

AddressBook ID that the group belongs to.

Declaration
C#
Copy
public const uint AddressBookId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ExtraData

Extra data for the default group name.

Declaration
C#
Copy
public const uint ExtraData = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Id

Database record ID of the group.

Declaration
C#
Copy
public const uint Id = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ImagePath

Image path of the group.

Declaration
C#
Copy
public const uint ImagePath = null
Field Value
Type Description
UInt32
API Level: 4
View Source

IsReadOnly

The group is read-only or not.

Declaration
C#
Copy
public const uint IsReadOnly = null
Field Value
Type Description
UInt32
API Level: 4
View Source

MessageAlert

Message alert path of the group.

Declaration
C#
Copy
public const uint MessageAlert = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Name

Group name.

Declaration
C#
Copy
public const uint Name = null
Field Value
Type Description
UInt32
API Level: 4
View Source

RingtonePath

Ringtone path of the group.

Declaration
C#
Copy
public const uint RingtonePath = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this contacts group view.

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

Vibration

Vibration path of the group.

Declaration
C#
Copy
public const uint Vibration = null
Field Value
Type Description
UInt32
API Level: 4