UserProfileServiceImportStatisticsWebPart.RenderWebPart Method
Renders the UserProfileServiceImportStatisticsWebPart to show the user profile import statistics for the User Profile Service Application.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.RenderWebPart(writer)
protected override void RenderWebPart(
HtmlTextWriter writer
)
Parameters
- writer
Type: System.Web.UI.HtmlTextWriter
The object that renders the content of the Web Part to the client.
Remarks
This override renders a section title followed by the detailed information about the user profile import statistics. If a user profile import is processing a link to stop, the import will be displayed. The override renders nothing if the current user does not have permissions to manage the profiles within the User Profile Service Application.
See Also
Reference
UserProfileServiceImportStatisticsWebPart Class