User getCommunicationHistory: Difference between revisions
From Catglobe Wiki
More actions
Created page with "'''User_getCommunicationHistory''' Get all communication history of user. <br> '''Syntax <br>''' User_getCommunicationHistory (User Resource Id); <br><br>'''Argume..."  |
No edit summary |
||
| Line 1: | Line 1: | ||
'''User_getCommunicationHistory''' Â | '''User_getCommunicationHistory''' Â | ||
Get all communication history of user. <br> Â | Get all communication history of user. <br> Â | ||
'''Syntax <br>''' User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>''' User Resource Id: is a number. <br> <br>'''Return type'''<br> Array. Â | '''Syntax <br>''' User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>''' User Resource Id: is a number. <br> <br>'''Return type'''<br> Array. Â | ||
Revision as of 07:45, 10 October 2011
User_getCommunicationHistory
  Get all communication history of user.
SyntaxÂ
 User_getCommunicationHistory (User Resource Id);
Arguments
 User Resource Id: is a number.Â
Return type
  Array.
Examples
array userCommunicate= User_getCommunicationHistory(25455);
print (userCommunicate);