CmisProvider.CmisProvider.MakePath C# (CSharp) Метод

MakePath() защищенный Метод

protected MakePath ( string parent, string child ) : string
parent string
child string
Результат string
        protected override string MakePath(string parent, string child)
        {
            return base.MakePath(parent, child);
        }