Skip to main content
A newer version of this page is available. .
Tab

BinaryStorageData(Byte[], String, String) Constructor

Initializes a new instance of the BinaryStorageData object with the specified parameters.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public BinaryStorageData(
    byte[] content,
    string mimeType,
    string contentDisposition
)

Parameters

Name Type Description
content Byte[]

An array of Byte objects that specifies a binary resource file’s content.

mimeType String

A String that specifies a binary resource file’s MIME type.

contentDisposition String

A string value specifying the content disposition.

See Also