Claymore.ArchiveWikiBot.Archive.ProcessSectionTitle C# (CSharp) Method

ProcessSectionTitle() protected method

protected ProcessSectionTitle ( string title ) : string
title string
return string
        protected string ProcessSectionTitle(string title)
        {
            if (Processor != null)
            {
                return Processor(title);
            }
            return title;
        }