Save

Save(string)

Creates and saves the inline xbrl file to the disk.

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

See Also


Save(Stream)

Creates and saves the inline xbrl file to the stream.

public void Save(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also


Save(string, SaveOptions)

Creates and saves the inline xbrl file to the disk.

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

See Also


Save(Stream, SaveOptions)

Creates and saves the inline xbrl file to the stream.

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

See Also