| FriendsManager |
constructor
|
| FriendsManager(ApiAccessMode) |
constructor
|
| Add(FriendsData) |
Adds a new friend.
|
| Update(FriendsData) |
Updates an existing friends in the CMS.
|
| Delete(Int64) |
Deletes a friend in the CMS for the currently logged in user.
|
| Delete(Int64,Int64) |
Deletes a friend in the CMS for the supplied user.
|
| Invite(Int64,String,String) |
Invites a user to be your friend.
|
| AcceptInvite(PendingFriendsData) |
Accepts a friend's invitation.
|
| DeclineInvite(PendingFriendsData) |
Declines an friend invitation.
|
| GetItem(Int64) |
Retrieves a single FriendsData object from the CMS.
|
| GetItem(Int64,Int64) |
Retrieves a single FriendsData object from the CMS for the supplied user..
|
| GetList(FriendsCriteria) |
Retrieves a list of FriendsData objects based upon the supplied criteria.
|
| GetPendingList(Int64) |
Retrieves a list of PendingFriendsData objects with pending state.
|
| GetInvitedList(Int64) |
Retrieves a list of PendingFriendsData objects with invited state.
|