Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User getCommunicationHistory: Difference between revisions

From Catglobe Wiki
Nguyentanphong (talk | contribs)
Created page with "'''User_getCommunicationHistory''' Get all communication history of user. <br> '''Syntax <br>'''  User_getCommunicationHistory (User Resource Id); <br><br>'''Argume..."
 
Nguyentanphong (talk | contribs)
No edit summary
Line 1: Line 1:
'''User_getCommunicationHistory'''  
'''User_getCommunicationHistory'''  


Get all communication history of user. <br>  
&nbsp;&nbsp; Get all communication history of user. <br>  


'''Syntax&nbsp;<br>'''&nbsp; User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>'''&nbsp; User Resource Id: is a number.&nbsp;<br> <br>'''Return type'''<br>&nbsp;&nbsp; Array.  
'''Syntax&nbsp;<br>'''&nbsp; User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>'''&nbsp; User Resource Id: is a number.&nbsp;<br> <br>'''Return type'''<br>&nbsp;&nbsp; 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);