Click or drag to resize

DitaContentReferencesConvertRemoveDocType Method


Namespace:  Ingeniux.CMS.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public static XDocument RemoveDocType(
	XDocument doc,
	DITADTDLookup dtdLookup,
	string filePath
)

Parameters

doc
Type: System.Xml.LinqXDocument

[Missing <param name="doc"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.RemoveDocType(System.Xml.Linq.XDocument,Ingeniux.CMS.Dita.DITADTDLookup,System.String)"]

dtdLookup
Type: Ingeniux.CMS.DitaDITADTDLookup

[Missing <param name="dtdLookup"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.RemoveDocType(System.Xml.Linq.XDocument,Ingeniux.CMS.Dita.DITADTDLookup,System.String)"]

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.RemoveDocType(System.Xml.Linq.XDocument,Ingeniux.CMS.Dita.DITADTDLookup,System.String)"]

Return Value

Type: XDocument

[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.RemoveDocType(System.Xml.Linq.XDocument,Ingeniux.CMS.Dita.DITADTDLookup,System.String)"]

See Also