FileSpecification.Contents

FileSpecification.Contents property

Gets or sets contents file. This property returns data loaded in memory which may cause Out of memory exception for large data. To decrease memory usage please use StreamContents.

public Stream Contents { get; set; }

See Also