I have a need to output the entire cms.user as a js object array that can then be consumed by client-side JS code.I thought the query data source would allow access to any Kentico table. However, it only supports custom tables and page tables.Is there a way to hook up a data source webpart to the cms.user table so that I can output it with a repeater?I'm avoiding the REST service because I want the JS array to be send with the page, to avoid another round trip to the server.
↧