Carrotware.CMS.Mvc.UI.Admin.Controllers.CmsAdminController.PageCommentIndex C# (CSharp) Метод

PageCommentIndex() приватный Метод

private PageCommentIndex ( Carrotware.CMS.Mvc.UI.Admin.Models.CommentIndexModel model ) : System.Web.Mvc.ActionResult
model Carrotware.CMS.Mvc.UI.Admin.Models.CommentIndexModel
Результат System.Web.Mvc.ActionResult
		public ActionResult PageCommentIndex(CommentIndexModel model) {
			model.PageType = ContentPageType.PageType.ContentEntry;

			return CommentIndex(model);
		}

Same methods

CmsAdminController::PageCommentIndex ( System.Guid id ) : System.Web.Mvc.ActionResult