Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint CSOM
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
- Microsoft.SharePointOnline.CSOM 16.1.22413.12000
Describe the bug / error
The property SharingCapability is always "Disabled" for all sites
Steps to reproduce
var tenant = new Tenant(cc);
var filter = new SPOSitePropertiesEnumerableFilter()
{
IncludePersonalSite = PersonalSiteFilter.UseServerDefault,
IncludeDetail = true
};
var siteProperties = tenant.GetSitePropertiesFromSharePointByFilters(filter);
Expected behavior
the property can be retrieved collectly
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint CSOM
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
The property SharingCapability is always "Disabled" for all sites
Steps to reproduce
var tenant = new Tenant(cc);
var filter = new SPOSitePropertiesEnumerableFilter()
{
IncludePersonalSite = PersonalSiteFilter.UseServerDefault,
IncludeDetail = true
};
var siteProperties = tenant.GetSitePropertiesFromSharePointByFilters(filter);
Expected behavior
the property can be retrieved collectly