StorageHelperIsSameStorageProvider Method |
Returns true, if two given paths use the same storage provider
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax public static bool IsSameStorageProvider(
string path1,
string path2
)
Parameters
- path1
- Type: SystemString
First file path - path2
- Type: SystemString
Second file path
Return Value
Type:
BooleanSee Also