This is part two of the T4 template file that will:
1 – Search for SharePoint content types.
2 – Generate type safe Names and ID’s for them.
This time some refinement on the script.
Continue reading Generate type safe classes for sharepoint – Part two
Tag: T4
Generate type safe classes for sharepoint – Part one
I created a T4 template file that will:
1 – Search for SharePoint fields.
2 – Generate type safe FieldNames and ID’s for them.
Continue reading Generate type safe classes for sharepoint – Part one