You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to use your TDS project and a T4 template approach to create a class file for dictionary items. At the moment I have used the ItemPaths.tt as an example and have built a pretty good static class implementation - which just picks up dictionary entries and folders.
In order to create a more conventional (non-static) repo/class I need to get a list of Child items on a SitecoreItem. For my purposes I only need to go one level down. Is this something I can do at the moment, and if not would it be possible to add it as a collection or extension method?
Thanks,
James.
The text was updated successfully, but these errors were encountered:
Hi,
I want to be able to use your TDS project and a T4 template approach to create a class file for dictionary items. At the moment I have used the ItemPaths.tt as an example and have built a pretty good static class implementation - which just picks up dictionary entries and folders.
In order to create a more conventional (non-static) repo/class I need to get a list of Child items on a SitecoreItem. For my purposes I only need to go one level down. Is this something I can do at the moment, and if not would it be possible to add it as a collection or extension method?
Thanks,
James.
The text was updated successfully, but these errors were encountered: