Class URL

Definition

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

Describes the properties of a URL record.

C#
Copy
public static class URL
Inheritance
System.Object
URL

Fields

View Source

ContactId

Contact ID that the URL belongs to.

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

Id

Database record ID of the URL.

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

Label

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

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

Type

URL type, refer to the TypeValue.

Declaration
C#
Copy
public const uint Type = 22151170U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this contacts URL view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.url"
Field Value
Type Description
System.String
API Level: 4
View Source

URLData

URL.

Declaration
C#
Copy
public const uint URLData = 22282244U
Field Value
Type Description
System.UInt32
API Level: 4