ConfigurationService.GetSection Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetSection(String)
Retrieves the specified configuration section from the appplication's configuration file.
public static ConfigurationSection GetSection(string sectionName)
Parameters
- section
Name - System.String
Returns
System.Configuration.ConfigurationSection
The specified configuration section object, or null if the section does not exist.