StorageHelperIsExternalStorage Method |
Returns whether the path is targeting an external storage.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static bool IsExternalStorage(
string path
)
Parameters
- path
- Type: SystemString
File path to check (virtual or physical)
Return Value
Type:
BooleanSee Also