Class CreateSectionModalModel.CreateFaqSectionViewModel
Inheritance
CreateSectionModalModel.CreateFaqSectionViewModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class CreateSectionModalModel.CreateFaqSectionViewModel
Constructors
CreateFaqSectionViewModel()
Declaration
public CreateFaqSectionViewModel()
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