bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

Would it be possible to add the "comments" list? #103

Closed nils-a closed 3 years ago

nils-a commented 3 years ago

I see some hidden lists are displayed while others are not. I guess that's because some hidden lists are "known" while others are not.

Would it be possible to add the hidden "comments" list? It's always (well, in 2019 at least) named Comments.30017244-8B12-4607-9D41-89A859BD352D

bramdejager commented 3 years ago

If Comments is not a normal SharePoint list (as seen under the "Site Contents"), it will not show up in the SPCB. The SPCB uses the CSOM to retrieve its lists.

Can you add some more detail on where to find the Comments list? I can have a look at it.

nils-a commented 3 years ago

Sorry. Digging deeper into it I see that comments are stored in the DocComments table. No way to access them all using CSOM.