File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ public class SPOTenant
5959
6060 public bool BccExternalSharingInvitations { private set ; get ; }
6161
62- public string BccExternalSharingInvitationsList { private set ; get ; }
63-
64- public bool UserVoiceForFeedbackEnabled { private set ; get ; }
62+ public string BccExternalSharingInvitationsList { private set ; get ; }
6563
6664 public bool PublicCdnEnabled { private set ; get ; }
6765
@@ -302,14 +300,7 @@ public SPOTenant(Tenant tenant, ClientContext clientContext)
302300 {
303301 UseFindPeopleInPeoplePicker = false ;
304302 }
305- try
306- {
307- UserVoiceForFeedbackEnabled = tenant . UserVoiceForFeedbackEnabled ;
308- }
309- catch
310- {
311- UserVoiceForFeedbackEnabled = true ;
312- }
303+
313304 try
314305 {
315306 RequireAnonymousLinksExpireInDays = tenant . RequireAnonymousLinksExpireInDays ;
You can’t perform that action at this time.
0 commit comments