asked on June 15, 2017
Good afternoon,
I am looking to list out the above items in a given repository. The following snippet does the trick for templates, I guess there is no equivalent for documents/workflows?
foreach (TemplateInfo templateInfo in Template.EnumAll(session)) { Console.WriteLine(templateInfo.Name); }
0
0