CMS.IO Namespace |
Class | Description | |
---|---|---|
![]() | AbstractDirectory |
Abstract class for directory providers.
|
![]() | AbstractFile |
Abstract class for file providers.
|
![]() | AbstractStorageProvider |
Abstract storage provider
|
![]() | Directory |
Envelope for Directory classes
|
![]() | DirectoryHelper |
Directory management methods.
|
![]() | DirectoryInfo |
Exposes instance methods for creating, moving, and enumerating through directories and subdirectories.
|
![]() | File |
Envelope for File classes
|
![]() | FileDebug |
File debug methods
|
![]() | FileDebugOperation |
List of constants for file debugging operations
|
![]() | FileInfo |
Provides instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects.
|
![]() | FileStream |
Exposes a stream around a file, supporting both synchronous and asynchronous read and write operations.
|
![]() | IOEventArgs |
Event arguments for the IO event handler
|
![]() | IOEvents |
IO events
|
![]() | IOHandler |
Event handler for IO operations
|
![]() | IOModule |
Represents the IO module.
|
![]() | IOModuleMetadata |
Represents the IO module metadata.
|
![]() | IOProviderName |
Type of the IO operation (provider enumeration).
|
![]() | Path |
Performs operations on String instances that contain file or directory path information.
|
![]() | StorageHelper |
Class providing helper methods for storage providers management.
|
![]() | StorageProvider |
Storage provider
|
![]() | StorageTaskType |
Web farm task types for IO operations
|
![]() | StreamReader |
Represents a reader that can read a sequential series of characters.
|
![]() | StreamWriter |
Represents a writer that can write a sequential series of characters.
|
![]() | StringReader |
CMS.IO StringReader wrapper for System.IO.StringReader.
|
![]() | StringWriter |
CMS.IO StringWriter wrapper for System.IO.StringWriter.
|
![]() | VirtualPathHelper |
Virtual path provider helper.
|
![]() | VirtualPathLog |
Helper class used for logging virtual path operations
|
![]() | ZipProviderLoader |
Zip provider loader class
|
![]() | ZipStorageProvider |
Represents virtual storage provider over zip file.
|
Interface | Description | |
---|---|---|
![]() | IMultiPartUploadStream |
Interface extending Stream's functionality to enable upload of large files in smaller parts to external storage.
|
![]() | IVirtualFileObject |
Virtual file object interface, represents object used for DbVirtualFile logic
|
![]() | IVirtualPathProvider |
Virtual path provider interface.
|
Delegate | Description | |
---|---|---|
![]() | VirtualPathHelperGetVirtualFileObjectHandler |
Delegate used for registered path callback method
|
Enumeration | Description | |
---|---|---|
![]() | FileAccess |
File access options.
|
![]() | FileAttributes |
Provides attributes for files and directories.
|
![]() | FileMode |
Specifies how the operating system should open a file.
|
![]() | FileShare |
Enumeration for file sharing options.
|
![]() | SearchOption |
Enum of options for IO search capabilities.
|