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

LocalToRemote() 공개 메소드

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