Class
RepeatingSectionProperties

Configures a structured document tag as a repeating section that can contain multiple items, enabling dynamic list generation.

Definition

Constructors

RepeatingSectionProperties()

Initializes a new instance of the RepeatingSectionProperties class.

Declaration

cs-api-definition
public RepeatingSectionProperties()

Properties

AllowInsertAndDeleteSections

Gets or sets whether users can add or remove items within the repeating section during editing.

Declaration

cs-api-definition
public bool? AllowInsertAndDeleteSections { get; set; }

Property Value

bool?

SectionTitle

Gets or sets the display title shown for the repeating section in editing interfaces.

Declaration

cs-api-definition
public string SectionTitle { get; set; }

Property Value

string