Click or drag to resize
IOProviderName Class
Type of the IO operation (provider enumeration).
Inheritance Hierarchy
SystemObject
  CMS.IOIOProviderName

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public class IOProviderName

The IOProviderName type exposes the following members.

Constructors
  NameDescription
Public methodIOProviderName
Top
Fields
  NameDescription
Public fieldStatic memberAmazon
Amazon S3 operations.
Public fieldStatic memberAzure
Azure blob operations.
Public fieldStatic memberFileSystem
General IO operations.
Public fieldStatic memberZip
Zip file operations
Top
See Also