AudiencePicker.Render Method

Sends the current control content to a provided HtmlTextWriter object.

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

Syntax

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

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

Parameters

Remarks

This override renders the HTML controls and ECMAScript (JavaScript, JScript) to the client for selecting audiences.

See Also

Reference

AudiencePicker Class

AudiencePicker Members

Microsoft.SharePoint.Portal.WebControls Namespace