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

LocalToRemote() public method

public LocalToRemote ( string localPath ) : string
localPath string
return string
        public string LocalToRemote(string localPath)
        {
            return localPath;
        }
DefaultPathRepresentationConverter