Click or drag to resize
StorageProvider Constructor (String, String, Boolean)
Creates new instance of custom storage provider.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public StorageProvider(
	string externalStorageName,
	string providerAssemblyName,
	bool isSharedStorage = false
)

Parameters

externalStorageName
Type: SystemString
External storage name. If used path translation to URL must be set explicitly. Use empty string if storage provider is working under application root.
providerAssemblyName
Type: SystemString
Provider assembly name with required implementations.
isSharedStorage (Optional)
Type: SystemBoolean
Indicates whether the storage is shared between web farm servers.
See Also