Method GetSectionDefinitionByName
GetSectionDefinitionByName(string)
Retrieves a section definition by its name.
public SectionDefinition GetSectionDefinitionByName(string name)
Parameters
name
stringThe name of the section definition.
Returns
- SectionDefinition
The SectionDefinition with the specified name.