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

BinaryStorageConfigurator.RegisterCustomStorageStrategy(RuntimeStorageStrategy) Method

Registers the specified custom defined binary storage strategy.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static void RegisterCustomStorageStrategy(
    RuntimeStorageStrategy strategy
)

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