SaveOptions

SaveOptions class

Represents save options.

public class SaveOptions : IOConfig

Constructors

NameDescription
SaveOptions()The default constructor.

Properties

NameDescription
SaveFormat { get; set; }Gets and sets the save file format.
SaveLinkbasesToDesticationFolder { get; set; }Gets or sets whether copy local linkbase files to save folder.
SaveSchemasToDesticationFolder { get; set; }Gets or sets whether copy local schema files to save folder.

See Also