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

FileManagerThumbnailCreateEventArgs(FileManagerItem, String, Boolean) Constructor

Initializes a new instance of the FileManagerThumbnailCreateEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerThumbnailCreateEventArgs(
    FileManagerItem item,
    string initialUrl,
    bool isParentFolder
)

Parameters

Name Type Description
item FileManagerItem

A FileManagerFile object specifying the File Manager’s item.

initialUrl String

A string value specifying the thumbnail’s initial URL.

isParentFolder Boolean

true if the currently processed item is a parent folder.

See Also