C# Класс CmisSync.WindowsPathRepresentationConverter

Conversion of path between CMIS and Microsft Windows. Many paths that are valid on CMIS are invalid (or would have a different meaning) on Windows. The trick here is to replace Windows-forbidden characters with their equivalent two-bytes representation. The same two-bytes representations must not be used with a different meaning on the Windows side.
Наследование: IPathRepresentationConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
LocalToRemote ( string localPath ) : string

Convert a path from Windows to CMIS.

RemoteToLocal ( string remotePath ) : string

Convert a path from CMIS to Windows.

Описание методов

LocalToRemote() публичный Метод

Convert a path from Windows to CMIS.
public LocalToRemote ( string localPath ) : string
localPath string
Результат string

RemoteToLocal() публичный Метод

Convert a path from CMIS to Windows.
public RemoteToLocal ( string remotePath ) : string
remotePath string
Результат string