PeopleRendererWebPartBase.Person Members
Include Protected Members
Include Inherited Members
Represents a person to be displayed by the PeopleRendererWebPartBase control.
The PeopleRendererWebPartBase.Person type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PeopleRendererWebPartBase.Person(Colleague) | Initializes a new instance of the Person class based on the specified Colleague. | |
PeopleRendererWebPartBase.Person(UserProfile) | Initializes a new instance of the Person class based on the specified UserProfile. | |
PeopleRendererWebPartBase.Person(String, String, String) | Initializes a new instance of the Person class with the specified name, linkUrl, and imageUrl information. | |
PeopleRendererWebPartBase.Person(String, String, String, String, String, String) | Initializes a new instance of the Person class with specified parameters. |
Top
Fields
Name | Description | |
---|---|---|
Represents the email address of the person. | ||
Group | Represents the name of the group to which the person belongs. | |
ImageUrl | Represents the URL of the thumbnail of the person. | |
LinkUrl | Represents the public profile page URL for the person. | |
Name | Represents the display name of the person. | |
SipAddress | Represents the SIP address of the person. |
Top