Click or drag to resize

IPublishTaskMonitor Methods


The IPublishTaskMonitor type exposes the following members.

Methods
  Name Description
Public method Add Adds a new Step to monitor to this task.
(Inherited from ITaskMonitor)
Public method AdvanceStep Marks the previous Ongoing Step as COMPLETED.
(Inherited from ITaskMonitor)
Public method Assets Retrieve the IDs of the Assets to be published by the corresponding Publishing Task.
Public method Clear Clears the Steps collection.
(Inherited from ITaskMonitor)
Public method Pages Retrieve the IDs of the Pages to be published by the corresponding Publishing Task.
Public method Remove Removes a Step to monitor from this task.
(Inherited from ITaskMonitor)
Public method Reset Marks the monitor as inactive.
(Inherited from ITaskMonitor)
Public method Shutdown Shuts down the monitor and issues the PublishCompleteevent. This method is called by Publishing Task upon completing the task.
(Inherited from ITaskMonitor)
Public method Step(Int32) Retrieves a Step by its index.
(Inherited from ITaskMonitor)
Public method Step(String) Retrieves a Step by its unique ID.
(Inherited from ITaskMonitor)
Public method Steps Retrieves the collection of Steps for the task to be monitored.
(Inherited from ITaskMonitor)
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method 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)
Top
See Also