Click or drag to resize

OpenToolkitInvoker Constructor


Initializes a new instance of the OpenToolkitInvoker class

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public OpenToolkitInvoker(
	CSAPILogger logger,
	string xmlFolder,
	string otDir,
	CancellationToken cancelToken,
	DitaOTAdvancedParamWithValue[] parameters = null
)

Parameters

logger
Type: CSAPILogger

[Missing <param name="logger"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.#ctor(Ingeniux.CMS.CSAPILogger,System.String,System.String,System.Threading.CancellationToken,Ingeniux.CMS.Assets.Dita.DitaOTAdvancedParamWithValue[])"]

xmlFolder
Type: SystemString

[Missing <param name="xmlFolder"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.#ctor(Ingeniux.CMS.CSAPILogger,System.String,System.String,System.Threading.CancellationToken,Ingeniux.CMS.Assets.Dita.DitaOTAdvancedParamWithValue[])"]

otDir
Type: SystemString

[Missing <param name="otDir"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.#ctor(Ingeniux.CMS.CSAPILogger,System.String,System.String,System.Threading.CancellationToken,Ingeniux.CMS.Assets.Dita.DitaOTAdvancedParamWithValue[])"]

cancelToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancelToken"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.#ctor(Ingeniux.CMS.CSAPILogger,System.String,System.String,System.Threading.CancellationToken,Ingeniux.CMS.Assets.Dita.DitaOTAdvancedParamWithValue[])"]

parameters (Optional)
Type: Ingeniux.CMS.Assets.DitaDitaOTAdvancedParamWithValue

[Missing <param name="parameters"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitInvoker.#ctor(Ingeniux.CMS.CSAPILogger,System.String,System.String,System.Threading.CancellationToken,Ingeniux.CMS.Assets.Dita.DitaOTAdvancedParamWithValue[])"]

See Also