Share via


SummaryLinkField.GetFieldValueAsText Method

Converts the value parameter into its serialized string representation.

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

Syntax

'Declaration
Public Overrides Function GetFieldValueAsText ( _
    value As Object _
) As String
'Usage
Dim instance As SummaryLinkField
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueAsText(value)
public override string GetFieldValueAsText(
    Object value
)

Parameters

Return Value

Type: System.String
The string representation of the value parameter.

See Also

Reference

SummaryLinkField Class

SummaryLinkField Members

Microsoft.SharePoint.Publishing.Fields Namespace