Class Image

    Definition

    Namespace:
    Tizen.Pims.Contacts.ContactsViews
    Assembly:
    Tizen.Pims.Contacts.dll

    Describes the properties of an Image record.

    public static class Image
    Inheritance
    object
    Image

    Fields

    View Source

    ContactId

    Contact ID that the image belongs to.

    Declaration
    public const uint ContactId = 31588353
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the image.

    Declaration
    public const uint Id = 31592448
    Field Value
    Type Description
    uint
    View Source

    IsDefault

    The image is the default or not.

    Declaration
    public const uint IsDefault = 31522821
    Field Value
    Type Description
    uint
    View Source

    Label

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

    Declaration
    public const uint Label = 31719427
    Field Value
    Type Description
    uint
    View Source

    Path

    Image thumbnail path.

    Declaration
    public const uint Path = 31719428
    Field Value
    Type Description
    uint
    View Source

    Type

    Image type, refer to the TypeValue.

    Declaration
    public const uint Type = 31588354
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts image view.

    Declaration
    public const string Uri = "tizen.contacts_view.image"
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX