Click or drag to resize

IPublishTaskMonitor Methods


The IPublishTaskMonitor type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new Step to monitor to this task.
(Inherited from ITaskMonitor.)
Public methodAdvanceStep
Marks the previous Ongoing Step to the COMPLETED state.
(Inherited from ITaskMonitor.)
Public methodAssets
Public methodClear
Clears the Steps collection.
(Inherited from ITaskMonitor.)
Public methodPages
Retrieve the IDs of the Page to be published by the corresponding Publishing Task.
Public methodRemove
Removes a Step to monitor from this task.
(Inherited from ITaskMonitor.)
Public methodReset
Marks the monitor as inactive.
(Inherited from ITaskMonitor.)
Public methodShutdown
Shuts down the monitor and issues the PublishCompleteevent. This method is called by Publishing Task upon completing the task.
(Inherited from ITaskMonitor.)
Public methodStep(Int32)
Retrieves a Step by its index.
(Inherited from ITaskMonitor.)
Public methodStep(String)
Retrieves a Step by its unique ID.
(Inherited from ITaskMonitor.)
Public methodSteps
Retrieves the collection of Steps for the task to be monitored.
(Inherited from ITaskMonitor.)
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also