Share via


PeopleRendererWebPartBase.Person members

Represents a person to be displayed by the PeopleRendererWebPartBase control.

The PeopleRendererWebPartBase.Person type exposes the following members.

Constructors

  Name Description
Public method PeopleRendererWebPartBase.Person(Colleague) Initializes a new instance of the Person class based on the specified Colleague.
Public method PeopleRendererWebPartBase.Person(UserProfile) Initializes a new instance of the Person class based on the specified UserProfile.
Public method PeopleRendererWebPartBase.Person(String, String, String) Initializes a new instance of the Person class with the specified name, linkUrl, and imageUrl information.
Public method PeopleRendererWebPartBase.Person(String, String, String, String, String, String) Initializes a new instance of the Person class with specified parameters.

Top

Fields

  Name Description
Public field Email Represents the email address of the person.
Public field Group Represents the name of the group to which the person belongs.
Public field ImageUrl Represents the URL of the thumbnail of the person.
Public field LinkUrl Represents the public profile page URL for the person.
Public field Name Represents the display name of the person.
Public field SipAddress Represents the SIP address of the person.

Top

See also

Reference

PeopleRendererWebPartBase.Person class

Microsoft.SharePoint.Portal.WebControls namespace