SenseNet.ApplicationModel.ListItemScenario.CollectActions C# (CSharp) Метод

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

protected CollectActions ( Content context, string backUrl ) : IEnumerable
context Content
backUrl string
Результат IEnumerable
        protected override IEnumerable<ActionBase> CollectActions(Content context, string backUrl)
        {
            var actions = base.CollectActions(context, backUrl).ToList();

            return actions;
        }
    }
ListItemScenario