Class Group
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of a Group record.
public static class Group
- Inheritance
-
objectGroup
Fields
View SourceAddressBookId
AddressBook ID that the group belongs to.
Declaration
public const uint AddressBookId = 2228225
Field Value
Type | Description |
---|---|
uint |
ExtraData
Extra data for the default group name.
Declaration
public const uint ExtraData = 2359302
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the group.
Declaration
public const uint Id = 2232320
Field Value
Type | Description |
---|---|
uint |
ImagePath
Image path of the group.
Declaration
public const uint ImagePath = 2359300
Field Value
Type | Description |
---|---|
uint |
IsReadOnly
The group is read-only or not.
Declaration
public const uint IsReadOnly = 2162695
Field Value
Type | Description |
---|---|
uint |
MessageAlert
Message alert path of the group.
Declaration
public const uint MessageAlert = 2359304
Field Value
Type | Description |
---|---|
uint |
Name
Group name.
Declaration
public const uint Name = 2359298
Field Value
Type | Description |
---|---|
uint |
RingtonePath
Ringtone path of the group.
Declaration
public const uint RingtonePath = 2359299
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this contacts group view.
Declaration
public const string Uri = "tizen.contacts_view.group"
Field Value
Type | Description |
---|---|
string |
Vibration
Vibration path of the group.
Declaration
public const uint Vibration = 2359301
Field Value
Type | Description |
---|---|
uint |