FriendInfoProviderSetFriendInfo Method (FriendInfo, Boolean) |
Sets (updates or inserts) specified friend.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax public static void SetFriendInfo(
FriendInfo friend,
bool updateCurrentUser
)
Parameters
- friend
- Type: CMS.CommunityFriendInfo
Friend to set - updateCurrentUser
- Type: SystemBoolean
Update current user friends hashtable
See Also