Skip to main content
Tab

BinaryStorageConfigurator.RegisterStorageStrategy(RuntimeStorageStrategy, SupportsStrategyMethod) Method

Registers the specified binary storage strategy.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void RegisterStorageStrategy(
    RuntimeStorageStrategy strategy,
    SupportsStrategyMethod method
)

Parameters

Name Type Description
strategy RuntimeStorageStrategy

A RuntimeStorageStrategy object representing the binary storage strategy.

method SupportsStrategyMethod

A SupportsStrategyMethod object indicating whether the specified binary storage strategy should be used for a web control.

Remarks

Use the RegisterStorageStrategy method to register a strategy for the specified web control.

For more information, read the Binary Storage Configuration topic.

See Also