StorageProvider Constructor |
Creates new instance of custom storage provider.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax 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