Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Renders a list of all colleagues a user has shared with other users, and provides an entry point for the profile owner to manage the list of colleagues.
The ColleaguesWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ColleaguesWebPart | Initializes a new instance of the ColleaguesWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClientRenderFunction | Gets the name of the client script function used to display the colleagues a user has shared with other users. (Overrides PeopleRendererWebPartBase.ClientRenderFunction.) |
![]() |
DivId | Gets the client-side identifier (ID) of the DIV that contains the people to be displayed. (Inherited from PeopleRendererWebPartBase.) |
![]() |
MaxRows | Gets or sets the maximum number of rows to be displayed on the ColleaguesWebPart. |
![]() |
NoPeopleMessage | Gets the message that will be displayed when there are no shared colleagues. (Overrides PeopleRendererWebPartBase.NoPeopleMessage.) |
![]() |
ShowNames | Gets or sets a value that indicates whether the names of the shared colleagues will be shown. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetPeople | Gets the list of colleagues the user has shared with other users. (Overrides PeopleRendererWebPartBase.GetPeople().) |
![]() |
OnPreRender | Handles the PreRender event. (Overrides PeopleRendererWebPartBase.OnPreRender(EventArgs).) |
![]() |
RenderWebPart | Renders the HTML for the body of the ColleaguesWebPartWebPart to the client. (Overrides PeopleRendererWebPartBase.RenderWebPart(HtmlTextWriter).) |
Top