Click or drag to resize

DitaAssetFileContentManipulatorProcessDITAContentForDelivery Method


Namespace:  Ingeniux.CMS.AssetContent.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public void ProcessDITAContentForDelivery(
	IAsset asset,
	string destinationFilePath,
	bool removeDocType = true
)

Parameters

asset
Type: Ingeniux.CMSIAsset

[Missing <param name="asset"/> documentation for "M:Ingeniux.CMS.AssetContent.Dita.DitaAssetFileContentManipulator.ProcessDITAContentForDelivery(Ingeniux.CMS.IAsset,System.String,System.Boolean)"]

destinationFilePath
Type: SystemString

[Missing <param name="destinationFilePath"/> documentation for "M:Ingeniux.CMS.AssetContent.Dita.DitaAssetFileContentManipulator.ProcessDITAContentForDelivery(Ingeniux.CMS.IAsset,System.String,System.Boolean)"]

removeDocType (Optional)
Type: SystemBoolean

[Missing <param name="removeDocType"/> documentation for "M:Ingeniux.CMS.AssetContent.Dita.DitaAssetFileContentManipulator.ProcessDITAContentForDelivery(Ingeniux.CMS.IAsset,System.String,System.Boolean)"]

See Also