Click or drag to resize
StorageHelper.IsSharedStorage Method
Returns whether the path is targeting a shared storage.

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

Parameters

path
Type: System.String
File path to check (virtual or physical)

Return Value

Type: Boolean
See Also