Table of Contents

Class IOProviderName

Namespace
CMS.IO
Assembly
CMS.IO.dll

Type of the IO operation (provider enumeration).

public class IOProviderName
Inheritance
object
IOProviderName
Extension Methods

Constructors

IOProviderName()

public IOProviderName()

Fields

FileSystem

General IO operations.

public const string FileSystem = "Local"

Field Value

string

Zip

Zip file operations

public const string Zip = "Zip"

Field Value

string