Sets the ContentWorkflowStatus on the NavMenu. Only available to derived classes.

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

Syntax

C#
protected void SetWorkflowStatus(
	string statusCode
)
Visual Basic
Protected Sub SetWorkflowStatus ( _
	statusCode As String _
)
Visual C++
protected:
void SetWorkflowStatus(
	String^ statusCode
)

Parameters

statusCode
Type: System..::..String
The string representing the new workflow status of NavMenu.

See Also