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

FileSystemProviderBuilderExtensions.ThumbnailExpr<TProviderBuilder>(TProviderBuilder, String) Method

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public static TProviderBuilder ThumbnailExpr<TProviderBuilder>(
    this TProviderBuilder builder,
    string value
)
    where TProviderBuilder : FileSystemProviderBuilder

Parameters

Name Type Description
builder TProviderBuilder

The file system provider.

value String

The option value.

Type Parameters

Name Description
TProviderBuilder

The type of the file system provider.

Returns

Type Description
TProviderBuilder

An object that can be used to further configure the file system provider.

See Also