views:

123

answers:

0

What I want:

A custom web part that queries all sites in site collection for a particular content type. Modify that result set, and use custom XSLT file in _layouts to render.

Is there a way to
- tell the class what site to start the query on (current or different site collection) - Specify custom xslt file to use in _layouts folder
- Remove/Modify some of the tool parts. (i.e. don't want user to be able to change settings)
- Not have it as a web part; i.e. just use the class, and render results in a different custom web part.