CmisSync.Lib.DefaultPathRepresentationConverter.RemoteToLocal C# (CSharp) 메소드

RemoteToLocal() 공개 메소드

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