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)

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