Class FaqSectionWithQuestionsDto
Inherited Members
Namespace: Volo.CmsKit.Public.Faqs
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class FaqSectionWithQuestionsDto
Constructors
FaqSectionWithQuestionsDto()
Declaration
public FaqSectionWithQuestionsDto()
Properties
Questions
Declaration
public List<FaqQuestionDto> Questions { get; set; }
Property Value
Type | Description |
---|---|
List<FaqQuestionDto> |
Section
Declaration
public FaqSectionDto Section { get; set; }
Property Value
Type | Description |
---|---|
FaqSectionDto |