Esempio n. 1
0
        public void ExportTemplates(string filePath, List <int> templateIdList)
        {
            var templateIe = new TemplateIe(_siteInfo.Id, filePath);

            templateIe.ExportTemplates(templateIdList);
        }
Esempio n. 2
0
        public void ExportTemplates(string filePath, List <int> templateIdList)
        {
            var templateIe = new TemplateIe(Fso.PublishmentSystemId, filePath);

            templateIe.ExportTemplates(templateIdList);
        }
Esempio n. 3
0
        /// <summary>
        /// 导出网站模板至指定的文件地址
        /// </summary>
        /// <param name="filePath"></param>
        public void ExportTemplates(string filePath)
        {
            var templateIe = new TemplateIe(_siteInfo.Id, filePath);

            templateIe.ExportTemplates();
        }
Esempio n. 4
0
        /// <summary>
        /// 导出网站模板至指定的文件地址
        /// </summary>
        /// <param name="filePath"></param>
        public void ExportTemplates(string filePath)
        {
            var templateIe = new TemplateIe(Fso.PublishmentSystemId, filePath);

            templateIe.ExportTemplates();
        }