FileManagerThumbnailCreateEventArgs(FileManagerItem, String, Boolean) Constructor
Initializes a new instance of the FileManagerThumbnailCreateEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
|
See Also