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.
Writes the HTML content for the TagCloudItem to the HtmlTextWriter.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub GetHtml ( _
htw As HtmlTextWriter, _
items As TagCloudItem() _
)
'Usage
Dim htw As HtmlTextWriter
Dim items As TagCloudItem()
Me.GetHtml(htw, items)
protected void GetHtml(
HtmlTextWriter htw,
TagCloudItem[] items
)
Parameters
htw
Type: System.Web.UI.HtmlTextWriterThe object that receives the specified HTML of the TagCloudItem.
items
Type: []An array of TagCloudItem.
Remarks
This method writes the HTML content of the TagCloudItem.