PublishPostProcess plugin interfaces
The publishpostprocess plugins provide interfaces to define custom publishpostprocess handlers, handler configurations based on the publish plugin settings, and to allow handlers to access other services.
- IPluginConfiguration
TheIPluginConfigurationinterface is implemented by the object passed to the .NET handlerInitializemethod. It provides a handler with the parameters configured in the XML Publish Plugin Settings. - IPublishOutputFormat
This topic describes the properties and methods of theIPublishOutputFormatinterface. - IPublishPostProcessContext
This topic describes the properties and methods of theIPublishPostProcessContextinterface. - IPublishPostProcessPlugin
Describes the interface to run publish post process plugins - IPublishReference
This topic describes the properties and methods of theIPublishReferenceinterface. - IPublishReportItem
This topic describes the properties and methods of theIPublishReportIteminterface. - IPublishSingleLanguageReportItems
This topic describes the properties and methods of theIPublishSingleLanguageReportItemsinterface. - IPublishSingleLanguageReportItemsList
This topic describes the properties and methods of theIPublishSingleLanguageReportItemsListinterface. - IPublishTarget
This topic describes the properties and methods of theIPublishTargetinterface. - IEDTDefinition
This topic describes the properties and methods of theIEDTDefinitioninterface. - IEventMonitor
This topic describes the properties and methods of theIEventMonitorinterface. - ILogService
This topic describes the properties and methods of the ILogService interface, which can be used for logging. - IMessage
The message and all information necessary to translate the message - IMessageParam
One parameter for the (error)message - IMetadataProvider
Describes the properties and methods of the IMetadataProvider interface