Is there any quickest way to find for how many view one view template is been applied?

Views has a property that gives you the applied VT. It would be view.ViewTemplateId. you could get these IDs, group by key, then get thier names or whatever to get a count. If the view doesn’t have a VT, it returns InvalidElementId.

1 Like