Sets the WorkflowStatus on the content. Only available to derived classes.
Namespace: Asi.iBO.ContentManagementAssembly: 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 content.