Patcher.Data.SkyrimDataContext.GetPluginListProvider C# (CSharp) Method

GetPluginListProvider() protected method

protected GetPluginListProvider ( ) : IPluginListProvider
return IPluginListProvider
        protected override IPluginListProvider GetPluginListProvider()
        {
            // Create plugin list provider that will use this context specific path to plugins.txt
            // unless DataFileProvider overrides the path
            return new DefaultPluginListProvider(DataFileProvider,
                Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Skyrim\plugins.txt"));
        }