SPFieldWorkflowStatus.GetFieldAsHtml Method

Converts the field value to a string that contains an HTML link to a workflow status form.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Function GetFieldAsHtml ( _
    value As Object _
) As String
'Usage
Dim instance As SPFieldWorkflowStatus
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldAsHtml(value)
public string GetFieldAsHtml(
    Object value
)

Parameters

  • value
    Type: System.Object

    An object that represents the field value.

Return Value

Type: System.String
If the object passed in the value parameter is a null reference, the method returns an empty string. Otherwise, it returns a string that contains the field value plus an HTML link to a workflow status form.

See Also

Reference

SPFieldWorkflowStatus Class

SPFieldWorkflowStatus Members

Microsoft.SharePoint Namespace

GetFieldValueAsText