User getCommunicationHistory
Revision as of 08:45, 10 October 2011 by Nguyentanphong (talk | contribs)
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);