Class MsgFile
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class MsgFile
Properties
Extension
Declaration
public string Extension { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsImage
Declaration
public bool IsImage { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RealFileName
Declaration
public string RealFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UniqueName
Declaration
public Guid UniqueName { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
UniqueVersionKey
Declaration
public Guid UniqueVersionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |