Save

Save(string)

Creates and saves the XBRL file to the disk.

public void Save(string fileName)
ParameterTypeDescription
fileNameStringThe name of created file.

See Also


Save(string, SaveOptions)

Save the XbrlDocument to the disk.

public void Save(string fileName, SaveOptions saveOptions)
ParameterTypeDescription
fileNameStringThe file name.
saveOptionsSaveOptionsThe save options.

See Also


Save(Stream, SaveOptions)

Save the XbrlDocument to the stream.

public void Save(Stream stream, SaveOptions saveOptions)
ParameterTypeDescription
streamStreamThe file stream.
saveOptionsSaveOptionsThe save options.

See Also