The PeopleSearch type exposes the following members.

Properties

  Name Description
Public property AddFriendStatus
Used to transfer the status of the add friend operation accross page reloads.
Public property BlockUserStatus
Used to transfer the status of the block a user operation accross page reloads.
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
Defines if 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 HtmlMail Obsolete.
Indicates if confirmation mail is to be sent in HTML format.
Public property InfoText
Info text.
Public property SearchBoxVisible
Visibility of the search box and view profile button. It can be hidden and some value can be assigned to the info text when the control is to be used for a particular user (usually on the profile page).
Public property TipText
Tip text that is displayed when people search dropdown is opened.
Public property UserFilterMode
Defines wheter to show friends only, all users from the portal, or friends, lists and groups together.
Public property UserId
User ID which is used in scenarios where the control serves to add friends to a single, static user only. The search box should not shown in this type of scenarios.
Public property UserProfileUrl
URL of the user profile page. If empty, a postback is performed to the same page.

See Also