StorageProviderCreateFileSystemStorageProvider Method |
Creates new instance of storage provider for System.IO file system.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static StorageProvider CreateFileSystemStorageProvider(
bool isSharedStorage = false
)
Parameters
- isSharedStorage (Optional)
- Type: SystemBoolean
Indicates whether the storage is shared between web farm servers.
Return Value
Type:
StorageProviderSee Also