Click or drag to resize
UserInfoUpdateFriendStatus Method
Update user friends hashtable.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public void UpdateFriendStatus(
	int userId,
	FriendshipStatusEnum status
)

Parameters

userId
Type: SystemInt32
User id of the friend
status
Type: CMS.MembershipFriendshipStatusEnum
Friendship status
See Also