Sets the WorkflowStatus on the content. Only available to derived classes.

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

Syntax

C#
protected void SetWorkflowStatus(
	ContentWorkflowStatus status
)
Visual Basic (Declaration)
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 content.

See Also