Click or drag to resize
StorageProviderDEFAULT_STORAGE Field

Note: This API is now obsolete.

Assembly name of the default storage provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CreateFileSystemStorageProvider method instead of name based initialization.")]
public const string DEFAULT_STORAGE = "CMS.FileSystemStorage"

Field Value

Type: String
See Also