Class EdiFileContent
Transfers file data like a picture, pdf, txt...
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiFileContent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiFileContent : EdiPatternPropertiesBase
Properties
BinaryData
The content/data of a file/object
Declaration
public EdiBinaryData BinaryData { get; set; }
Property Value
Type | Description |
---|---|
EdiBinaryData |
ContentType
The content type like application/pdf, image/png...
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
The file name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileReference
Reference to a file in an online storage
Declaration
public EdiFileReference FileReference { get; set; }
Property Value
Type | Description |
---|---|
EdiFileReference |