Click or drag to resize
StorageHelperIsDefaultStorageExternal Property

Note: This API is now obsolete.

Returns whether current instance running on external storage.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use AbstractStorageProvider.DefaultProvider.IsExternalStorage instead.")]
public static bool IsDefaultStorageExternal { get; }

Property Value

Type: Boolean
See Also