C# Class CmisSync.Lib.DefaultPathRepresentationConverter

Identity converter.
Inheritance: IPathRepresentationConverter
Mostrar archivo Open project: aegif/CmisSync

Public Methods

Method Description
LocalToRemote ( string localPath ) : string
RemoteToLocal ( string remotePath ) : string

Method Details

LocalToRemote() public method

public LocalToRemote ( string localPath ) : string
localPath string
return string

RemoteToLocal() public method

public RemoteToLocal ( string remotePath ) : string
remotePath string
return string