File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ public class SPOSite
59
59
public Microsoft . Online . SharePoint . TenantManagement . SharingDomainRestrictionModes SharingDomainRestrictionMode { get ; set ; }
60
60
public bool ShowPeoplePickerSuggestionsForGuestUsers { get ; set ; }
61
61
public Microsoft . Online . SharePoint . TenantManagement . SharingCapabilities SiteDefinedSharingCapability { get ; set ; }
62
+ public Guid SiteId { get ; set ; }
62
63
public bool SocialBarOnSitePagesDisabled { get ; set ; }
63
64
public string Status { get ; set ; }
64
65
public long StorageQuota { get ; set ; }
@@ -157,6 +158,7 @@ public SPOSite(SiteProperties props, bool? disableSharingForNonOwnersStatus)
157
158
SharingDomainRestrictionMode = props . SharingDomainRestrictionMode ;
158
159
ShowPeoplePickerSuggestionsForGuestUsers = props . ShowPeoplePickerSuggestionsForGuestUsers ;
159
160
SiteDefinedSharingCapability = props . SiteDefinedSharingCapability ;
161
+ SiteId = props . SiteId ;
160
162
SocialBarOnSitePagesDisabled = props . SocialBarOnSitePagesDisabled ;
161
163
Status = props . Status ;
162
164
StorageQuota = props . StorageMaximumLevel ;
You can’t perform that action at this time.
0 commit comments