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
wrappingControl
Type: Microsoft.SharePoint.Publishing.WebControls.SummaryLinkFieldControlA SummaryLinkFieldControl component to use as a wrapper for the SummaryLinkWebPart object.
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.