BinaryStorageData(Byte[], String) Constructor
Initializes a new instance of the BinaryStorageData object with the specified parameters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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