BinaryStorageConfigurator.RegisterCustomStorageStrategy(RuntimeStorageStrategy) Method
Registers the specified custom defined binary storage strategy.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| strategy | RuntimeStorageStrategy | A RuntimeStorageStrategy object representing a custom storage strategy. |
Remarks
Use the RegisterCustomStorageStrategy method to register a binary storage strategy, defined by using a custom scenario.
For more information, read the Binary Storage Configuration topic.
See Also