Class ArchiveResult
Archive result
Inheritance
System.Object
ArchiveResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core.Archive
Assembly: Simplic.ERP.Core.dll
Syntax
public class ArchiveResult
Properties
| Improve this Doc View SourceBlob
Gets or sets the printed blob
Declaration
public byte[] Blob { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
DocumentId
Gets or sets the document id
Declaration
public Guid DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
State
Gets or sets the archiving state
Declaration
public ArchiveState State { get; set; }
Property Value
Type | Description |
---|---|
ArchiveState |