Is there a way to use the SharePoint ListVeiw web part to display documents contain in a Document Center site collection?
We are not seeing a way to use this web part and point it to a Document Library located in a document center.
Thanks
|
Is there a way to use the SharePoint ListVeiw web part to display documents contain in a Document Center site collection? We are not seeing a way to use this web part and point it to a Document Library located in a document center. Thanks |
|||
|
|
|
Since almost all solutions I design go across site collection or even web application, I have pretty much abandoned list view web parts, content query web parts etc, unless for very specific purposes. Instead I use search. Either by configuring an Out of Box search result web part with a static query, or inheriting from search result web part and creating a custom one if needed. All you need to do is to figure out the Keyword Query and the XSLT. In fact we even use this approach for top navigation across site collections... Find Keyword query syntax here. Find guidance on customizing search results here |
|||
|
|
|
ListView web parts don't go beyond the site the list/library lives in. If you want to see data from another site or site collection, you need to use page viewer web parts, dataview web parts or third party tools like the lightning conductor web part from lightning tools. |
|||||||||||
|