| IPublishingTask Methods | 
The IPublishingTask type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddPage | 
            Adds a new Page to be published.
             | 
|  | AssetsCount | 
            Retrieves the count of Assets to be published.
             | 
|  | Execute | 
            Executes the publishing task.
             | 
|  | Pages | 
            Retrieves the information of the Pages to be published.
             | 
|  | PagesCount | 
            Retrieves the count of Pages to be published.
             | 
|  | ReadyToExecute | 
            Checks whether this publishing task is ready to be executed.
             | 
|  | 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.) | 
 See Also
See Also