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