Click or drag to resize
StorageHelperIsSameStorageProvider Method
Returns true, if two given paths use the same storage provider

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static bool IsSameStorageProvider(
	string path1,
	string path2
)

Parameters

path1
Type: SystemString
First file path
path2
Type: SystemString
Second file path

Return Value

Type: Boolean
See Also