| FriendInfoProviderGetFullFriendsForApproval Method (Int32) | 
            Gets all friendship requests 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> GetFullFriendsForApproval(
	int userId
)
Parameters
- userId
- Type: SystemInt32
 ID of user
Return Value
Type: 
InfoDataSetFriendInfoDataSet with friends ready for approval.
 See Also
See Also