CmisProvider.CmisProvider.GetParentPath C# (CSharp) 메소드

GetParentPath() 보호된 메소드

protected GetParentPath ( string path, string root ) : string
path string
root string
리턴 string
        protected override string GetParentPath(string path, string root)
        {
            return base.GetParentPath(path, root);
        }