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
- title
Type: System.String
Title of the SummaryLink object.
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.