FriendInfoProviderSetFriendInfoInternal Method |
Sets (updates or inserts) specified friend.
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntax protected virtual void SetFriendInfoInternal(
FriendInfo friend,
bool updateCurrentUser
)
Parameters
- friend
- Type: CMS.CommunityFriendInfo
Friend to set - updateCurrentUser
- Type: SystemBoolean
Update current user friends hashtable
See Also