STSQueryParts.RenderGroupHeader Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Protected Sub RenderGroupHeader ( _
HtwWriter As HtmlTextWriter, _
strGrp As String _
)
'Usage
Dim HtwWriter As HtmlTextWriter
Dim strGrp As String
Me.RenderGroupHeader(HtwWriter, strGrp)
[ObsoleteAttribute("This class is obsolete.")]
protected void RenderGroupHeader(
HtmlTextWriter HtwWriter,
string strGrp
)
Parameters
- HtwWriter
Type: System.Web.UI.HtmlTextWriter
- strGrp
Type: System.String