FileSystemProviderBuilderExtensions.ThumbnailExpr<TProviderBuilder>(TProviderBuilder, String) Method
Mirrors the client-side customFileSystemProvider.thumbnailExpr, objectFileSystemProvider.thumbnailExpr and remoteFileSystemProvider.thumbnailExpr options.
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