Sets the ContentWorkflowStatus on the content. Only available to derived classes.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected void SetWorkflowStatus( string statusCode ) |
| Visual Basic (Declaration) |
|---|
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 content.