Class URL

    Definition

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

    Describes the properties of a URL record.

    public static class URL
    Inheritance
    object
    URL

    Fields

    View Source

    ContactId

    Contact ID that the URL belongs to.

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

    Id

    Database record ID of the URL.

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

    Label

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

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

    Type

    URL type, refer to the TypeValue.

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

    Uri

    Identifier of this contacts URL view.

    Declaration
    public const string Uri = "tizen.contacts_view.url"
    Field Value
    Type Description
    string
    View Source

    URLData

    URL.

    Declaration
    public const uint URLData = 22282244
    Field Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX