Class EditSectionModalModel.FaqSectionEditViewModel
Inheritance
EditSectionModalModel.FaqSectionEditViewModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class EditSectionModalModel.FaqSectionEditViewModel
Constructors
FaqSectionEditViewModel()
Declaration
public FaqSectionEditViewModel()
Properties
GroupName
Declaration
[Required]
[DynamicMaxLength(typeof(FaqSectionConst), "MaxGroupNameLength")]
public string GroupName { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicMaxLength(typeof(FaqSectionConst), "MaxNameLength")]
public string Name { get; set; }
Property Value
Order
Declaration
[Required]
public int Order { get; set; }
Property Value
Extension Methods