DocumentVersionDocumentDataFormat Property |
The format of the saved document data. 'U' - uncompressed and stored in Document Data XML; 'D' - Deflate compressed and stored in Document Data. [Required] [Default("U")] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DocumentDataFormat { get; set; }
Public Property DocumentDataFormat As String
Get
Set
public:
property String^ DocumentDataFormat {
String^ get ();
void set (String^ value);
}
member DocumentDataFormat : string with get, set
Property Value
Type:
String
See Also