Share via


SummaryLink constructor

Constructs a new SummaryLink object with the specified title.

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

Syntax

'Declaration
Public Sub New ( _
    title As String _
)
'Usage
Dim title As String

Dim instance As New SummaryLink(title)
public SummaryLink(
    string title
)

Parameters

Remarks

A SummaryLink object can either be created using this constructor, or by using the Add(String) method. When a SummaryLink object is created independently of its collection, it should be added to the collection by using the SummaryLinkCollection.Add(SummaryLink) method.

See also

Reference

SummaryLink class

SummaryLink members

Microsoft.SharePoint.Publishing namespace