SummaryLinkWebPart Constructor (SummaryLinkFieldControl)

Initializes a new instance of a SummaryLinkWebPart object that is wrapped by a SummaryLinkFieldControl This SummaryLinkWebPart stores and uses information in the SummaryLinkFieldControl.

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

Syntax

'Declaration
Public Sub New ( _
    wrappingControl As SummaryLinkFieldControl _
)
'Usage
Dim wrappingControl As SummaryLinkFieldControl

Dim instance As New SummaryLinkWebPart(wrappingControl)
public SummaryLinkWebPart(
    SummaryLinkFieldControl wrappingControl
)

Parameters

Remarks

The SummaryLinkFieldControl wraps the SummaryLinkWebPart to provide storage in a page field in cases where SummaryLinks are needed outside of a Web Part zone.

See Also

Reference

SummaryLinkWebPart Class

SummaryLinkWebPart Members

SummaryLinkWebPart Overload

Microsoft.SharePoint.Publishing.WebControls Namespace

SummaryLinkFieldControl

SummaryLink