CmisSync.Lib.DefaultPathRepresentationConverter.RemoteToLocal C# (CSharp) Method

RemoteToLocal() public method

public RemoteToLocal ( string remotePath ) : string
remotePath string
return string
        public string RemoteToLocal(string remotePath)
        {
            return remotePath;
        }
    }
DefaultPathRepresentationConverter