| FriendInfoProviderGetFullUserFriends Method (Int32) | 
            Gets strictly friends for given user with full user information.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 11.0.0
Syntaxpublic static InfoDataSet<FriendInfo> GetFullUserFriends(
	int userId
)
Parameters
- userId
 - Type: SystemInt32
ID of user 
Return Value
Type: 
InfoDataSetFriendInfoDataSet with friends.
See Also