I'm wondering why
Template.getLoop return a template and not a loop why is that?
Dynamicweb.Templatev2.Loop _newslist = new Dynamicweb.Templatev2.Loop(); //t.GetLoop("NewsList");
Another thing im wondering abit about is the following:
Loop.Add needs a tagcollection and not a tag?
And AddRange needs a List of tagcollections.
Wouldent it be smarter that Tags.Add takes a tag and not a tagcollection
and addrange takes a List of tags?