Interface IExportDocument
Represents the export document.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IExportDocument
Properties
Content
Gets the content.
Declaration
byte[] Content { get; }
Property Value
Type | Description |
---|---|
byte[] |
MimeType
Gets the mime type.
Declaration
string MimeType { get; }
Property Value
Type | Description |
---|---|
string |