Share via


RelatedItemsField.GetFieldValueAsHtml method (Object)

Gets the field value in HTML format in order to render the field value directly on the page.

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

Syntax

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

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

Parameters

Return value

Type: System.String
The value in HTML format.

See also

Reference

RelatedItemsField class

RelatedItemsField members

GetFieldValueAsHtml overload

Microsoft.SharePoint namespace