LowCodeLoadOptions.InputFile

LowCodeLoadOptions.InputFile property

Gets and sets the file(with path if needed) of the template.

public string InputFile { get; set; }

Remarks

When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored.

See Also