Tagged Questions
1
vote
1answer
29 views
Are there best practice or coding standards documents available for SharePoint
Is there any official Microsoft coding standards and best practices documentation for SharePoint?
0
votes
0answers
59 views
Proper way to get all lists of a certain type from an entire site collection regardless of current location
I'm creating a webpart that gives the user a feed of any annoucement list in the entire site collection, so they can aggregate data to a central portal.
I'm currently using the following, but can't ...