Difference between revisions of "CSData 1 0-getContactData"
From ADF Docs
| Line 5: | Line 5: | ||
public query <strong>getContactData</strong> ( numeric userID ) | public query <strong>getContactData</strong> ( numeric userID ) | ||
| − | == Parameters == | + | == Parameters == |
| − | + | <table id="lib-params"> | |
| + | <tr class="header"> | ||
| + | <td>Required</td> | ||
| + | <td>Name</td> | ||
| + | <td>Type</td> | ||
| + | <td>Description</td> | ||
| + | </tr> | ||
| + | |||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">required</td> | ||
| + | |||
| + | <td>userID</td> | ||
| + | <td>numeric</td> | ||
| + | <td>the numeric ID for the user to get data for</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:31, 24 March 2010
Description
Retrieves CommonSpot user data when given a user ID.
Signature
public query getContactData ( numeric userID )
Parameters
| Required | Name | Type | Description |
| required | userID | numeric | the numeric ID for the user to get data for |