FileManagerFile Constructors
Represents an individual file within the ASPxFileManager control.Name | Parameters | Description |
---|---|---|
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String, FileManagerFileProperties) | provider, parentFolder, fileName, properties | Initializes 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, properties | Initializes 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, id | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, FileManagerFolder, String) | provider, parentFolder, fileName | Initializes 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, id | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, String, String[], FileManagerFileProperties) | provider, relativeName, idPath, properties | Initializes a new instance of the FileManagerFile class with specified settings. |
FileManagerFile(FileSystemProviderBase, String, String[]) | provider, relativeName, idPath | Initializes a new instance of the FileManagerFile class with the specified settings. |
FileManagerFile(FileSystemProviderBase, String) | provider, relativeName | Initializes a new instance of the FileManagerFile class with the specified relative name when the specified file system provider is used. |
See Also