Back to Devexpress

FileManagerFile Constructors

aspnet-devexpress-dot-web-dot-filemanagerfile-dot-ctor.md

latest3.7 KB
Original Source

FileManagerFile Constructors

Represents an individual file within the ASPxFileManager control.

NameParametersDescription
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, FileManagerFileProperties)provider, parentFolder, fileName, propertiesInitializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFileProperties)provider, parentFolder, fileName, id, propertiesInitializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, String)provider, parentFolder, fileName, idInitializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String)provider, parentFolder, fileNameInitializes a new instance of the FileManagerFile class with the specified settings when the specified file system provider is used.
FileManagerFile(FileSystemProviderBase, String, String)provider, relativeName, idInitializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, String, String[], FileManagerFileProperties)provider, relativeName, idPath, propertiesInitializes a new instance of the FileManagerFile class with specified settings.
FileManagerFile(FileSystemProviderBase, String, String[])provider, relativeName, idPathInitializes a new instance of the FileManagerFile class with the specified settings.
FileManagerFile(FileSystemProviderBase, String)provider, relativeNameInitializes a new instance of the FileManagerFile class with the specified relative name when the specified file system provider is used.

See Also

FileManagerFile Class

FileManagerFile Members

DevExpress.Web Namespace