API Reference
Class
NarrativeSections
Represents narrative metadata and content sections used in reports.
Inheritance
- Object
- NarrativeSections
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DmarcAggregateNarrative.Build
- Method RegistrationNarrative.Build
- Method TlsRptReportsNarrative.Build
Constructors
public NarrativeSections() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; set; } #Gets or sets the primary title.
public String Subtitle { get; set; } #Gets or sets the secondary title or subtitle.
public String Category { get; set; } #Gets or sets the category of the narrative content.
public String Keywords { get; set; } #Gets or sets comma-separated keywords associated with the narrative.
public String Creator { get; set; } #Gets or sets the creator or author of the narrative.
public String Introduction { get; set; } #Gets or sets the introductory text.
public String WhyItMatters { get; set; } #Gets or sets a description of why the topic matters.
public List<String> Highlights { get; set; } #Gets the list of highlight bullet points.
public List<String> Details { get; set; } #Gets the list of detailed bullet points.
public List<String> References { get; set; } #Gets the list of reference links.
public List<String> Positives { get; set; } #Gets the list of positive notes.
public List<String> Negatives { get; set; } #Gets the list of negative notes.
public List<String> Remediations { get; set; } #Gets the list of remediation steps.