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
174 stars 48 forks source link

WebsCount diplaying 0 #57

Closed bramdejager closed 6 years ago

bramdejager commented 6 years ago

Under Site Properties on a site collection WebsCounts is displaying 0 when there are several Webs (sub-sites) in that site collection - what am I missing?

Attachments

counts.png

This work item was migrated from CodePlex

CodePlex work item ID: '65874' Assigned to: 'BdeJager' Vote count: '1'

bramdejager commented 6 years ago

[BdeJager@31-1-2017] It's unclear to me what you mean? Can you add a screenshot and error logs?

See Report a bug

bramdejager commented 6 years ago

[UnknownUser@1-2-2017]

bramdejager commented 6 years ago

[kshaw27@1-2-2017] This site that I highlighted in the screen shot has over 100 sub sites. The WebsCount should be a count of how many sub sites there are in your site collection - I have 85 site collections and would like to know the total sub sites on my tenant

bramdejager commented 6 years ago

[BdeJager@2-2-2017] Hi, I did some research and I tracked it back via a post of Tobias Zimmergrim on the WebCount and actually showing SPCB with a working WebsCount property.

Office 365 Dev Tip - Get Subsite Count per Site Collection with the Office 365 (CSOM) API

But looks like it stopped working? I see a post of somebody who has the same issue. I think it is not in the code of SPCB but some changed at Microsoft.

SiteProperties.WebsCount property is returning zero (CSOM)

You might want to flag this with Microsoft as a bug?!

bramdejager commented 6 years ago

[kshaw27@2-2-2017] Thank you for the information - I will flag this with Microsoft