Click or drag to resize

IPublishLogErrorFileEntries Property


Gets/sets a collection of entries for files that errored during the publish.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
List<PublishLogEntry> ErrorFileEntries { get; set; }

Property Value

ListPublishLogEntry
Remarks
Includes the collection of page error entries.
See Also