![]() | RemPresetsTemplates Method |
Namespace: Paperwork.Connect
public List<a_Template> Templates( string templateName, string typeName = "" )
public void Templates() { string template_name = string.Empty; List<a_Template> templates = p.rPreset.Templates(template_name); if (templates.Count == 0) throw new Exception("Belge taslağı bulunamadı"); foreach (a_Template t in templates) Console.WriteLine("Taslak nesne no: {0}, durumu:{1}, adı:{2}", t.ObjectId, t.State, t.TemplateName); Console.ReadLine(); }