IPublish
|
The IPublishTaskMonitor type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add |
Adds a new Step to monitor to this task.
(Inherited from ITaskMonitor) |
|
|
AdvanceStep |
Marks the previous Ongoing Step as COMPLETED.
(Inherited from ITaskMonitor) |
|
|
Assets | Retrieve the IDs of the Assets to be published by the corresponding Publishing Task. |
|
|
Clear |
Clears the Steps collection.
(Inherited from ITaskMonitor) |
|
|
Pages | Retrieve the IDs of the Pages to be published by the corresponding Publishing Task. |
|
|
Remove |
Removes a Step to monitor from this task.
(Inherited from ITaskMonitor) |
|
|
Reset |
Marks the monitor as inactive.
(Inherited from ITaskMonitor) |
|
|
Shutdown |
Shuts down the monitor and issues the PublishCompleteevent.
This method is called by Publishing Task upon completing the task.
(Inherited from ITaskMonitor) |
|
|
Step(Int32) |
Retrieves a Step by its index.
(Inherited from ITaskMonitor) |
|
|
Step(String) |
Retrieves a Step by its unique ID.
(Inherited from ITaskMonitor) |
|
|
Steps |
Retrieves the collection of Steps for the task to be monitored.
(Inherited from ITaskMonitor) |
|
|
Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity) |
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity) |
|
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity) |