CmisSync.Lib.DefaultPathRepresentationConverter.RemoteToLocal C# (CSharp) Méthode

RemoteToLocal() public méthode

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