Gets the description for the requested workflow status

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

Syntax

C#
public static string GetWorkflowStatusDesc(
	ContentWorkflowStatus statusEnum
)
Visual Basic (Declaration)
Public Shared Function GetWorkflowStatusDesc ( _
	statusEnum As ContentWorkflowStatus _
) As String
Visual C++
public:
static String^ GetWorkflowStatusDesc(
	ContentWorkflowStatus statusEnum
)

Parameters

statusEnum
Type: Asi.iBO.ContentManagement..::.ContentWorkflowStatus
The ContentWorkflowStatus for which to retrieve the description.

Return Value

The description of the requested ContentWorkflowStatus

See Also