Esempio n. 1
0
        public int GetTopicMaxNum()
        {
            int         result  = 1;
            XmlDocument xmlNode = new AliohTemplateHelper().GetXmlNode();

            int.TryParse(xmlNode.SelectSingleNode("root/TopicMaxNum").InnerText, out result);
            return(result);
        }
Esempio n. 2
0
        public string GetDefaultBg()
        {
            XmlDocument xmlNode = new AliohTemplateHelper().GetXmlNode();

            return(xmlNode.SelectSingleNode("root/DefaultBg").InnerText);
        }