Method HasSection
HasSection(string)
Determines whether the data source contains a section with the specified identifier.
public bool HasSection(string sectionIdentifier)
Parameters
sectionIdentifier
stringThe unique identifier for the section to look up.
Returns
- bool
true
if a section with the given identifier exists within the data source; otherwise,false
.