TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_GuidanceItems_Load.teamMentor_Article C# (CSharp) Method

teamMentor_Article() public static method

public static teamMentor_Article ( this pathToXmlFile ) : TeamMentor_Article
pathToXmlFile this
return TeamMentor_Article
        public static TeamMentor_Article teamMentor_Article(this string pathToXmlFile)
        {
            var article = pathToXmlFile.load<TeamMentor_Article>();//.htmlEncode();
            return article;
        }