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

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

private BlogPostCommentIndex ( 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 BlogPostCommentIndex(CommentIndexModel model) {
			model.PageType = ContentPageType.PageType.BlogEntry;

			return CommentIndex(model);
		}

Same methods

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