Share via


SummaryLinkCollection.Serialize method

Serializes the current contents of the SummaryLinkCollection object.

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

Syntax

'Declaration
Public Sub Serialize ( _
    writer As XmlWriter _
)
'Usage
Dim instance As SummaryLinkCollection
Dim writer As XmlWriter

instance.Serialize(writer)
public void Serialize(
    XmlWriter writer
)

Parameters

Remarks

The SummaryLinkFieldControl stores the SummaryLinkFieldValue as a string in a list field. The SummaryLinkFieldValue contains a SummaryLinkCollection which has a serialization format when stored in the list field. This method is used by the system to serialize the SummaryLinkCollection as part of the SummaryLinkFieldValue serialization process.

See also

Reference

SummaryLinkCollection class

SummaryLinkCollection members

Microsoft.SharePoint.Publishing namespace