Click or drag to resize

OpenToolkitInvoker Class


Wrapper for single use operation of the DITA Open Toolkit.
Inheritance Hierarchy
SystemObject
  Ingeniux.CMS.Dita.OTOpenToolkitInvoker

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public class OpenToolkitInvoker : IDisposable

The OpenToolkitInvoker type exposes the following members.

Constructors
  NameDescription
Public methodOpenToolkitInvoker
Initializes a new instance of the OpenToolkitInvoker class
Top
Properties
Methods
Events
  NameDescription
Public eventStatusUpdated
Top
Fields
Remarks
Use either in a using{} block or make sure to call .Dispose() when complete.
See Also