Class LowCodeLoadOptions

LowCodeLoadOptions class

Options for loading template file.

public class LowCodeLoadOptions

Constructors

NameDescription
LowCodeLoadOptions()The default constructor.

Properties

NameDescription
InputFile { get; set; }Gets and sets the file(with path if needed) of the template.
InputStream { get; set; }Gets and sets the Stream of the template.

See Also