Click or drag to resize
StorageProviderCreateFileSystemStorageProvider Method
Creates new instance of storage provider for System.IO file system.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
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: StorageProvider
See Also