Click or drag to resize
StorageHelperIsExternalStorage Method
Returns whether the path is targeting an external storage.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static bool IsExternalStorage(
	string path
)

Parameters

path
Type: SystemString
File path to check (virtual or physical)

Return Value

Type: Boolean
See Also