Skip to main content
Tab

FileManagerFile(FileSystemProviderBase, String) Constructor

Initializes a new instance of the FileManagerFile class with the specified relative name when the specified file system provider is used.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFile(
    FileSystemProviderBase provider,
    string relativeName
)

Parameters

Name Type Description
provider FileSystemProviderBase

A FileSystemProviderBase object specifying the file system provider that will be used to work with the file.

relativeName String

A String value specifying the file relative name.

Remarks

This constructor is used to create a new FileManagerFile class instance and initialize its FileManagerItem.RelativeName property with the specified value.

See Also