Sets the WorkflowStatus 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(
	ContentWorkflowStatus status
)
Visual Basic
Protected Sub SetWorkflowStatus ( _
	status As ContentWorkflowStatus _
)
Visual C++
protected:
void SetWorkflowStatus(
	ContentWorkflowStatus status
)

Parameters

status
Type: Asi.iBO.ContentManagement..::..ContentWorkflowStatus
The new workflow status for the navmenu.

See Also