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.StringSerialized string that is used to construct the SummaryLinkFieldValue object.