LowCodeLoadOptions.InputStream

LowCodeLoadOptions.InputStream property

Gets and sets the Stream of the template.

public Stream InputStream { get; set; }

Remarks

When setting a non-null Stream to this property, the previously set value for InputFile will be ignored.

See Also