Property Sections
Sections
Gets a read-only collection of sections that make up this instance.
public IReadOnlyList<Section> Sections { get; }
Property Value
- IReadOnlyList<Section>
A list of Section objects representing distinct parts of the instance. Each section can contain multiple TextPartition instances, facilitating structured storage and retrieval of complex data.
Remarks
The data structure hierarchy within a DataSource is organized as follows: it contains a collection of Section objects, each of which may hold a collection of TextPartition instances, enabling the division of data into logically distinct parts.