CmisSync.Lib.DefaultPathRepresentationConverter.LocalToRemote C# (CSharp) Метод

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

public LocalToRemote ( string localPath ) : string
localPath string
Результат string
        public string LocalToRemote(string localPath)
        {
            return localPath;
        }
DefaultPathRepresentationConverter