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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.Render(writer)
protected override void Render(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe HTML writer that receives the content of the control.
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.