Click or drag to resize
UserInfoFriends Property
Returns the HashTable with user's friends.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public SafeDictionary<int, FriendshipStatusEnum> Friends { get; }

Property Value

Type: SafeDictionaryInt32, FriendshipStatusEnum
See Also