Skip to main content
Tab

BinaryStorageConfigurator.RegisterStorageStrategy(RuntimeStorageStrategy, String) Method

Registers the specified binary storage strategy for the specified web control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void RegisterStorageStrategy(
    RuntimeStorageStrategy strategy,
    string controlID
)

Parameters

Name Type Description
strategy RuntimeStorageStrategy

A RuntimeStorageStrategy object representing the binary storage strategy.

controlID String

A String value that represents a web control’s ID.

Remarks

To learn more, see the Binary Storage Configuration topic.

See Also