InlineXbrlDocument

InlineXbrlDocument(string)

Initializes a new instance of InlineXbrlDocument class and open a file.

public InlineXbrlDocument(string fileName)
Parameter Type Description
fileName String The file name.

See Also


InlineXbrlDocument(string, LoadOptions)

Initializes a new instance of InlineXbrlDocument class and open a file.

public InlineXbrlDocument(string fileName, LoadOptions options)
Parameter Type Description
fileName String The file name.
options LoadOptions The load options.

See Also