Click or drag to resize
AbstractStorageProviderIsSharedStorage Property
Gets or sets a value indicating whether current instance is running on shared storage.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax
C#
public bool IsSharedStorage { get; protected set; }

Property Value

Type: Boolean
Remarks
This property is overridden by CMSSharedFileSystem settings key, if any.
See Also