Class Image

Definition

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

Describes the properties of an Image record.

C#
Copy
public static class Image : object
Inheritance
Image

Fields

View Source

ContactId

Contact ID that the image belongs to.

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

Id

Database record ID of the image.

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

IsDefault

The image is the default or not.

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

Label

Custom image type label, when the image type is TypeValue.Custom.

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

Path

Image thumbnail path.

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

Type

Image type, refer to the TypeValue.

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

Uri

Identifier of this contacts image view.

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