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

FileManagerFolder Constructors

Represents an individual folder within the ASPxFileManager control.
Name Parameters Description
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, FileManagerFolderProperties) provider, parentFolder, name, properties Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used.
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String, FileManagerFolderProperties) provider, parentFolder, name, id, properties Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used.
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String, String) provider, parentFolder, name, id Initializes a new instance of the FileManagerFolder class with the specified settings.
FileManagerFolder(FileSystemProviderBase, FileManagerFolder, String) provider, parentFolder, name Initializes a new instance of the FileManagerFolder class with the specified settings when the specified file system provider is used.
FileManagerFolder(FileSystemProviderBase, String, String) provider, relativeName, id Initializes a new instance of the FileManagerFolder class with the specified settings.
FileManagerFolder(FileSystemProviderBase, String, String[], FileManagerFolderProperties) provider, relativeName, idPath, properties Initializes a new instance of the FileManagerFolder class with specified settings.
FileManagerFolder(FileSystemProviderBase, String, String[]) provider, relativeName, idPath Initializes a new instance of the FileManagerFolder class with the specified settings.
FileManagerFolder(FileSystemProviderBase, String) provider, relativeName Initializes a new instance of the FileManagerFolder class with the specified relative name when the specified file system provider is used.
See Also