Gets enumeration value of the requested status

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static ContentWorkflowStatus GetContentWorkflowStatus(
	string statusCode
)
Visual Basic
Public Shared Function GetContentWorkflowStatus ( _
	statusCode As String _
) As ContentWorkflowStatus
Visual C++
public:
static ContentWorkflowStatus GetContentWorkflowStatus(
	String^ statusCode
)

Parameters

statusCode
Type: System..::..String
A one letter string representing a ContentWorkflowStatus

Return Value

The ContentWorkflowStatus associated with the requested string. Default is Working.

See Also