The FriendSuggestionsList type exposes the following members.

Properties

  Name Description
Public property AvatarSize
Gets or sets the Avatar size - 1 to 80 for gravatars.
Public property ConfirmationMailContent
Confirmation mail contents. May include placeholders {UserName}, {FriendName}, {PersonalMessage}, {ConfirmationUrl} that will be replaced with appropriate values.
Public property ConfirmationMailSubject
Confirmation mail subject. May include placeholders {UserName} and {FriendName}.
Public property ConfirmationRequired
Gets or sets the value determening if the users has to verify the friend's invitation.
Public property ConfirmationUrl
Confirmation URL to which the user will be redirected after the request is confirmed, may contain placeholder {RequestId} which will be replaced by the friend request ID.
Public property HideIfEmpty
Indicates if this part is to be hidden if empty.
Public property HtmlMail
Indicates if confirmation mail is to be sent in HTML format.
Public property MaxConnectionLevels
Gets or sets the max connection level - the maximum number of levels.
Public property NumberOfFriendSuggestions
Gets or sets the number of friend suggestions.
Public property PageSize
Pager page size.
Public property SelectedUserId
Gets or sets the Selected user Id to whom the friend request will be sent
Public property ShowSearchBox
Gets or sets a value indicating if the search box should be shown or hidden.
Public property SuggestionMode
There are a two different behaviours of this control. When it is in a "paged mode", it shows all users connection. Pager is visible in this mode. When it is in a "shorten mode" it show random users. Pager is not visible in this mode.
Public property TemplatedControl
Templated list view that is used for rendering the "repeatable" section of this control.
Public property UserId
User ID for which the friend list should be shown. By default this property uses Id of the currently logged user.
Public property UserProfileUrl
Gets or sets the URL of the user profile page. If empty, a postback is performed to the same page.
Public property ViewProfileString
Tooltip string that is displayed when a user hovers over the user avatar.

See Also