IContentItemPublishStep Interface |
Namespace: Ingeniux.CMS
The IContentItemPublishStep type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the description of the step.
(Inherited from IStep.) | |
Error |
Gets the error message of the step.
(Inherited from IStep.) | |
ID |
Gets the identifier of the step.
(Inherited from IStep.) | |
Name |
Gets the name of the step.
(Inherited from IStep.) | |
PercentCompleted |
Gets the percentage of completion in the publishing step.
| |
PublishedCount |
Gets the count of pages that were published
| |
State |
Gets the state of the step.
(Inherited from IStep.) | |
TotalCount |
Gets the total count of pages to be published
| |
Weight |
Gets the weight of this step.
(Inherited from IStepWithWeight.) |
Name | Description | |
---|---|---|
Begin |
Changes the step's state to ON_GOING.
(Inherited from IStep.) | |
Complete |
Changes the step's state to COMPLETED.
(Inherited from IStep.) | |
CompleteWithError |
Changes the step's state to COMPLETED, but includes an error message; this is not a successful completion.
(Inherited from IStep.) | |
UpdatePublishedCount |
Updates the count of published Pages.
This method adds the count of just-published pages to the total published pages count.
|