Click or drag to resize

IPublishError Interface


Represents a nonstopping error that occured during the execution of a Publishing Task.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IPublishError

The IPublishError type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets the error message.
Public propertyTaskID Gets the ID of the publishing task.
Top
See Also