Constructor
new Url(urlopt, typeopt)
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
url |
String |
<optional> |
The URL of the contact |
type |
String |
<optional> |
The type of the URL |
_ |
String | The type of the object, for internal use only |
Builds an url object for a contact.
A contact can contain multiple urls objects.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
url |
String |
<optional> |
URL |
type |
String |
<optional> |
URL type. Standard Values: HOME, WORK |