Claymore.ArchiveWikiBot.ArchiveByYear.ArchiveByYear C# (CSharp) Method

ArchiveByYear() public method

public ArchiveByYear ( L10i l10i, string title, string directory, int days, string format, string header, IEnumerable lookForLines, IEnumerable onHold, string removeFromText, bool checkForResult, bool newSectionsDown, int minimalSize, int forcedArchivationDelay ) : System
l10i L10i
title string
directory string
days int
format string
header string
lookForLines IEnumerable
onHold IEnumerable
removeFromText string
checkForResult bool
newSectionsDown bool
minimalSize int
forcedArchivationDelay int
return System
        public ArchiveByYear(L10i l10i,
                             string title,
                               string directory,
                               int days,
                               string format,
                               string header,
                               IEnumerable<string> lookForLines,
                               IEnumerable<string> onHold,
                               string removeFromText,
                               bool checkForResult,
                               bool newSectionsDown,
                               int minimalSize,
                               int forcedArchivationDelay)
            : base(l10i, title, directory, days, format, header, lookForLines, onHold, removeFromText, checkForResult, newSectionsDown, minimalSize, forcedArchivationDelay)
        {
        }