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

BinaryStorageData(Byte[], String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public BinaryStorageData(
    byte[] content,
    string mimeType
)

Parameters

Name Type Description
content Byte[]

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

mimeType String

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

See Also