AbstractStorageProviderIsSharedStorage Property |
Gets or sets a value indicating whether current instance is running on shared storage.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public bool IsSharedStorage { get; protected set; }
Property Value
Type:
BooleanRemarks
This property is overridden by CMSSharedFileSystem settings key, if any.
See Also