Save

Save(string)

Creates and saves the XBRL file to the disk.

public void Save(string fileName)
Parameter Type Description
fileName String The name of created file.

See Also


Save(string, SaveOptions)

Save the XbrlDocument to the disk.

public void Save(string fileName, SaveOptions saveOptions)
Parameter Type Description
fileName String The file name.
saveOptions SaveOptions The save options.

See Also


Save(Stream, SaveOptions)

Save the XbrlDocument to the stream.

public void Save(Stream stream, SaveOptions saveOptions)
Parameter Type Description
stream Stream The file stream.
saveOptions SaveOptions The save options.

See Also