StorageStrategy.GetResourceData(String) Method
Returns binary data related to the specified resource key.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A String value that specifies the key related to the required binary data. |
Returns
Type | Description |
---|---|
BinaryStorageData | A BinaryStorageData object that contains the binary data. |
See Also