Click or drag to resize

InstanceDocumentBuilder Constructor (Dts, Boolean, Boolean, Boolean)

Initializes a new instance of the InstanceDocumentBuilder class

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public InstanceDocumentBuilder(
	Dts rDTS,
	bool bAddGeneratedByComment,
	bool bAddXBRLRootElement,
	bool bAddDTSReferences
)

Parameters

rDTS
Type: Altova.RaptorXml.Xbrl.TaxonomyDts
bAddGeneratedByComment
Type: SystemBoolean
bAddXBRLRootElement
Type: SystemBoolean
bAddDTSReferences
Type: SystemBoolean
See Also