DocumentFile Class

A class represending a document that's being downloaded.

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DocumentFile
Inheritance
Object    DocumentFile

Properties

FileName The "user friendly" name of the file ex: MyDocument.pdf
FileStream The file stream for consuming.
Mode The set download mode. Will always return Orig or Pub.

See Also