SenseNet.ApplicationModel.VotingSettingsScenario.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)
        {
            return base.CollectActions(context, backUrl).ToList();
        }
    }
VotingSettingsScenario