Returns a parameter of the register argument.
1 google.contacts.get
<google.contacts.get name='fullName|emailAddress|phoneNumbers|webSites|Organizations'>
<ent /> +
</google.contacts.get>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name if the field of the contact which you want to obtain. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eent | ContactEntry | Contact entry from which you want to obatin the information. |
Returns | |
---|---|
Type | Description |
String | Value of the required field. |
Example
Copy
<xsql-script name='contacts_get'> <body> </body> </xsql-script>