CTCClassSchedule.AutomatedFootnotesConfig.AutomatedFootnotesConfig C# (CSharp) Method

AutomatedFootnotesConfig() static private method

Constructor. Initiates the serialization of the automated footnotes section in the web.config file.
static private AutomatedFootnotesConfig ( ) : System
return System
        static AutomatedFootnotesConfig()
        {
            AutomatedFootnotesSection sec = (AutomatedFootnotesSection)System.Configuration.ConfigurationManager.GetSection("ctcAutomatedFootnoteSettings");
            _footnoteInstances = GetFootnoteInstances(sec.FootnoteInstances);
        }