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
파일 보기 프로젝트 열기: aegif/CmisSync

공개 메소드들

메소드 설명
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