SenseNet.ContentRepository.Tests.LoggedDataProvider.GetContentListTypesInTree C# (CSharp) Метод

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

protected GetContentListTypesInTree ( string path ) : List
path string
Результат List
        protected internal override List<ContentListType> GetContentListTypesInTree(string path)
        {
            WriteLog(MethodInfo.GetCurrentMethod(), path);
            return base.GetContentListTypesInTree(path);
        }
        protected internal override IEnumerable<int> GetChildrenIdentfiers(int nodeId)
LoggedDataProvider