DocumentFileAttachmentEmbeddedFileContents Property |
The contents of the embedded file. null when the file is linked.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] EmbeddedFileContents { get; set; }
Public Property EmbeddedFileContents As Byte()
Get
Set
public:
property array<unsigned char>^ EmbeddedFileContents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member EmbeddedFileContents : byte[] with get, set
Property Value
Type:
Byte
See Also