Class Image
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
- API Level:
- 4
Describes the properties of an Image record.
public static class Image
- Inheritance
-
Image
Fields
View SourceContactId
Contact ID that the image belongs to.
Declaration
public const uint ContactId = 31588353U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceId
Database record ID of the image.
Declaration
public const uint Id = 31592448U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceIsDefault
The image is the default or not.
Declaration
public const uint IsDefault = 31522821U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceLabel
Custom image type label, when the image type is TypeValue.Custom.
Declaration
public const uint Label = 31719427U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourcePath
Image thumbnail path.
Declaration
public const uint Path = 31719428U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceType
Image type, refer to the TypeValue.
Declaration
public const uint Type = 31588354U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceUri
Identifier of this contacts image view.
Declaration
public const string Uri = "tizen.contacts_view.image"
Field Value
Type | Description |
---|---|
String |