Enumerations used to describe status of CContent.
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ContentWorkflowStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration ContentWorkflowStatus |
| Visual C++ |
|---|
public enum class ContentWorkflowStatus |
Members
| Member name | Description | |
|---|---|---|
| Working |
Working
| |
| Recycled |
Recycled
| |
| PendingApproval |
Pending Approval
| |
| Approved |
Approved
| |
| Published |
Published
| |
| PendingDelete |
Pending Delete
| |
| Archived |
Archived
| |
| DeleteRequested |
Delete Requested
|