Click or drag to resize

IPublishingTask Methods


The IPublishingTask type exposes the following members.

Methods
  Name Description
Public method AddPage Adds a new Page to be published.
Public method Execute Executes the publishing task.
Public method Pages Retrieves the information of the Pages to be published.
Public method ReadyToExecute Checks whether this publishing task is ready to be executed.
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