DocumentVersionDocumentData Property |
Compressed representation of the document data. Valid when Document Data Format = D (deflate compressed). [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] DocumentData { get; set; }
Public Property DocumentData As Byte()
Get
Set
public:
property array<unsigned char>^ DocumentData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member DocumentData : byte[] with get, set
Property Value
Type:
Byte
See Also