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

BinaryStorageConfigurator.RegisterStorageStrategy(RuntimeStorageStrategy, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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