Class FaqSectionWithQuestions
Inherited Members
Namespace: Volo.CmsKit.Faqs
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class FaqSectionWithQuestions
Constructors
FaqSectionWithQuestions()
Declaration
public FaqSectionWithQuestions()
Properties
Questions
Declaration
public List<FaqQuestion> Questions { get; set; }
Property Value
Type | Description |
---|---|
List<FaqQuestion> |
Section
Declaration
public FaqSection Section { get; set; }
Property Value
Type | Description |
---|---|
FaqSection |