Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
writer
Type: System.Xml.XmlWriterXmlWriter into which the collection will be serialized.
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.