Share via


ManagedAccountPicker.Render method

Renders the content of the control to the specified HTML writer.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
protected override void Render(
    HtmlTextWriter writer
)

Parameters

Remarks

If the current user has permission to browse through user information, this override renders the contents of the control with the title Select an account; otherwise, this override renders the description text, The control is not available because you do not have the correct permissions.

See also

Reference

ManagedAccountPicker class

ManagedAccountPicker members

Microsoft.SharePoint.WebControls namespace