CmisProvider.CmisProvider.NormalizeRelativePath C# (CSharp) Method

NormalizeRelativePath() protected method

protected NormalizeRelativePath ( string path, string basePath ) : string
path string
basePath string
return string
        protected override string NormalizeRelativePath(string path, string basePath)
        {
            return base.NormalizeRelativePath(path, basePath);
        }