Share via


SummaryLinkFieldValue constructor (String)

Constructs a SummaryLinkFieldValue from a serialized string.

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

Syntax

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

Dim instance As New SummaryLinkFieldValue(serializedValue)
public SummaryLinkFieldValue(
    string serializedValue
)

Parameters

  • serializedValue
    Type: System.String

    Serialized string that is used to construct the SummaryLinkFieldValue object.

See also

Reference

SummaryLinkFieldValue class

SummaryLinkFieldValue members

SummaryLinkFieldValue overload

Microsoft.SharePoint.Publishing.Fields namespace