@@ -169,6 +169,12 @@ public partial interface IWeb
169169 [ Microsoft . SharePoint . Client . RemoteAttribute ]
170170 global ::Microsoft . SharePoint . Client . FolderCollection Folders { get ; }
171171
172+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
173+ int FooterColorIndexInDarkMode { get ; set ; }
174+
175+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
176+ int FooterColorIndexInLightMode { get ; set ; }
177+
172178 [ Microsoft . SharePoint . Client . RemoteAttribute ]
173179 global ::Microsoft . SharePoint . Client . FooterVariantThemeType FooterEmphasis { get ; set ; }
174180
@@ -181,6 +187,12 @@ public partial interface IWeb
181187 [ Microsoft . SharePoint . Client . RemoteAttribute ]
182188 bool HasWebTemplateExtension { get ; set ; }
183189
190+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
191+ int HeaderColorIndexInDarkMode { get ; set ; }
192+
193+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
194+ int HeaderColorIndexInLightMode { get ; set ; }
195+
184196 [ Microsoft . SharePoint . Client . RemoteAttribute ]
185197 global ::Microsoft . SharePoint . Client . SPVariantThemeType HeaderEmphasis { get ; set ; }
186198
@@ -281,7 +293,7 @@ public partial interface IWeb
281293 bool PreviewFeaturesEnabled { get ; }
282294
283295 [ Microsoft . SharePoint . Client . RemoteAttribute ]
284- string PrimaryColor { get ; }
296+ string PrimaryColor { get ; set ; }
285297
286298 [ Microsoft . SharePoint . Client . RemoteAttribute ]
287299 global ::Microsoft . SharePoint . Client . PushNotificationSubscriberCollection PushNotificationSubscribers { get ; }
@@ -298,6 +310,9 @@ public partial interface IWeb
298310 [ Microsoft . SharePoint . Client . RemoteAttribute ]
299311 global ::Microsoft . SharePoint . Client . RegionalSettings RegionalSettings { get ; }
300312
313+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
314+ string RelatedHubSiteIds { get ; }
315+
301316 [ Microsoft . SharePoint . Client . RemoteAttribute ]
302317 string RequestAccessEmail { get ; set ; }
303318
@@ -361,6 +376,9 @@ public partial interface IWeb
361376 [ Microsoft . SharePoint . Client . RemoteAttribute ]
362377 bool TenantTagPolicyEnabled { get ; }
363378
379+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
380+ string ThemeApplicationActionHistory { get ; }
381+
364382 [ Microsoft . SharePoint . Client . RemoteAttribute ]
365383 string ThemedCssFolderUrl { get ; set ; }
366384
@@ -434,24 +452,6 @@ public partial interface IWeb
434452 [ Microsoft . SharePoint . Client . RemoteAttribute ]
435453 void CreateDefaultAssociatedGroups ( string userLogin , string userLogin2 , string groupNameSeed ) ;
436454
437- [ Microsoft . SharePoint . Client . RemoteAttribute ]
438- global ::Microsoft . SharePoint . Client . ClientResult < string > CreateOrganizationSharingLink ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string url , bool isEditLink ) ;
439-
440- [ Microsoft . SharePoint . Client . RemoteAttribute ]
441- void DestroyOrganizationSharingLink ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string url , bool isEditLink , bool removeAssociatedSharingLinkGroup ) ;
442-
443- [ Microsoft . SharePoint . Client . RemoteAttribute ]
444- global ::Microsoft . SharePoint . Client . ClientResult < global ::Microsoft . SharePoint . Client . SharingLinkKind > GetSharingLinkKind ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string fileUrl ) ;
445-
446- [ Microsoft . SharePoint . Client . RemoteAttribute ]
447- global ::Microsoft . SharePoint . Client . ClientResult < global ::Microsoft . SharePoint . Client . SharingLinkData > GetSharingLinkData ( string linkUrl ) ;
448-
449- [ Microsoft . SharePoint . Client . RemoteAttribute ]
450- global ::Microsoft . SharePoint . Client . ClientResult < string > MapToIcon ( string fileName , string progId , global ::Microsoft . SharePoint . Client . Utilities . IconSize size ) ;
451-
452- [ Microsoft . SharePoint . Client . RemoteAttribute ]
453- global ::Microsoft . SharePoint . Client . ClientResult < string > GetWebUrlFromPageUrl ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string pageFullUrl ) ;
454-
455455 [ Microsoft . SharePoint . Client . RemoteAttribute ]
456456 global ::Microsoft . SharePoint . Client . PushNotificationSubscriber RegisterPushNotificationSubscriber ( global ::System . Guid deviceAppInstanceId , string serviceToken ) ;
457457
@@ -470,6 +470,9 @@ public partial interface IWeb
470470 [ Microsoft . SharePoint . Client . RemoteAttribute ]
471471 global ::Microsoft . SharePoint . Client . PushNotificationSubscriber GetPushNotificationSubscriber ( global ::System . Guid deviceAppInstanceId ) ;
472472
473+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
474+ global ::Microsoft . SharePoint . Client . SPLargeOperation GetListOperation ( global ::System . Guid listId , global ::System . Guid operationId ) ;
475+
473476 [ Microsoft . SharePoint . Client . RemoteAttribute ]
474477 global ::Microsoft . SharePoint . Client . User GetSiteUserIncludingDeletedByPuid ( string puid ) ;
475478
@@ -512,6 +515,24 @@ public partial interface IWeb
512515 [ Microsoft . SharePoint . Client . RemoteAttribute ]
513516 void DeleteAnonymousLinkForObject ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string url , bool isEditLink , bool removeAssociatedSharingLinkGroup ) ;
514517
518+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
519+ global ::Microsoft . SharePoint . Client . ClientResult < string > CreateOrganizationSharingLink ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string url , bool isEditLink ) ;
520+
521+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
522+ void DestroyOrganizationSharingLink ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string url , bool isEditLink , bool removeAssociatedSharingLinkGroup ) ;
523+
524+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
525+ global ::Microsoft . SharePoint . Client . ClientResult < global ::Microsoft . SharePoint . Client . SharingLinkKind > GetSharingLinkKind ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string fileUrl ) ;
526+
527+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
528+ global ::Microsoft . SharePoint . Client . ClientResult < global ::Microsoft . SharePoint . Client . SharingLinkData > GetSharingLinkData ( string linkUrl ) ;
529+
530+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
531+ global ::Microsoft . SharePoint . Client . ClientResult < string > MapToIcon ( string fileName , string progId , global ::Microsoft . SharePoint . Client . Utilities . IconSize size ) ;
532+
533+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
534+ global ::Microsoft . SharePoint . Client . ClientResult < string > GetWebUrlFromPageUrl ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string pageFullUrl ) ;
535+
515536 [ Microsoft . SharePoint . Client . RemoteAttribute ]
516537 global ::Microsoft . SharePoint . Client . ListCollection GetLists ( global ::Microsoft . SharePoint . Client . GetListsParameters getListsParams ) ;
517538
@@ -533,6 +554,9 @@ public partial interface IWeb
533554 [ Microsoft . SharePoint . Client . RemoteAttribute ]
534555 global ::Microsoft . SharePoint . Client . List GetList ( string strUrl ) ;
535556
557+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
558+ global ::Microsoft . SharePoint . Client . List GetListByTitle ( string title ) ;
559+
536560 [ Microsoft . SharePoint . Client . RemoteAttribute ]
537561 global ::Microsoft . SharePoint . Client . List GetListUsingPath ( global ::Microsoft . SharePoint . Client . ResourcePath path ) ;
538562
@@ -561,64 +585,79 @@ public partial interface IWeb
561585 global ::Microsoft . SharePoint . Client . ClientResult < global ::System . IO . Stream > GetSPAppContextAsStream ( ) ;
562586
563587 [ Microsoft . SharePoint . Client . RemoteAttribute ]
564- void Update ( ) ;
588+ global :: Microsoft . SharePoint . Client . List DefaultDocumentLibrary ( ) ;
565589
566590 [ Microsoft . SharePoint . Client . RemoteAttribute ]
567- global ::Microsoft . SharePoint . Client . View GetViewFromUrl ( string listUrl ) ;
591+ global ::Microsoft . SharePoint . Client . File GetFileById ( global :: System . Guid uniqueId ) ;
568592
569593 [ Microsoft . SharePoint . Client . RemoteAttribute ]
570- global ::Microsoft . SharePoint . Client . View GetViewFromPath ( global ::Microsoft . SharePoint . Client . ResourcePath listPath ) ;
594+ global ::Microsoft . SharePoint . Client . Folder GetFolderById ( global ::System . Guid uniqueId ) ;
571595
572596 [ Microsoft . SharePoint . Client . RemoteAttribute ]
573- global ::Microsoft . SharePoint . Client . File GetFileByServerRelativeUrl ( string serverRelativeUrl ) ;
597+ global ::Microsoft . SharePoint . Client . File GetFileByLinkingUrl ( string linkingUrl ) ;
574598
575599 [ Microsoft . SharePoint . Client . RemoteAttribute ]
576- global ::Microsoft . SharePoint . Client . File GetFileByServerRelativePath ( global :: Microsoft . SharePoint . Client . ResourcePath serverRelativePath ) ;
600+ global ::Microsoft . SharePoint . Client . File GetFileByGuestUrl ( string guestUrl ) ;
577601
578602 [ Microsoft . SharePoint . Client . RemoteAttribute ]
579- global ::System . Collections . Generic . IList < global :: Microsoft . SharePoint . Client . DocumentLibraryInformation > GetDocumentLibraries ( global :: ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webFullUrl ) ;
603+ global ::Microsoft . SharePoint . Client . File GetFileByGuestUrlEnsureAccess ( string guestUrl , bool ensureAccess ) ;
580604
581605 [ Microsoft . SharePoint . Client . RemoteAttribute ]
582- global ::System . Collections . Generic . IList < global :: Microsoft . SharePoint . Client . DocumentLibraryInformation > GetDocumentAndMediaLibraries ( global :: ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webFullUrl , bool includePageLibraries ) ;
606+ global ::Microsoft . SharePoint . Client . File GetFileByWOPIFrameUrl ( string wopiFrameUrl ) ;
583607
584608 [ Microsoft . SharePoint . Client . RemoteAttribute ]
585- global ::Microsoft . SharePoint . Client . ClientResult < global :: Microsoft . SharePoint . Client . DocumentLibraryInformation > DefaultDocumentLibraryUrl ( global :: ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webUrl ) ;
609+ global ::Microsoft . SharePoint . Client . File GetFileByStreamFrameUrl ( string streamFrameUrl ) ;
586610
587611 [ Microsoft . SharePoint . Client . RemoteAttribute ]
588- global ::Microsoft . SharePoint . Client . List DefaultDocumentLibrary ( ) ;
612+ global ::Microsoft . SharePoint . Client . File GetFileByUrl ( string fileUrl ) ;
589613
590614 [ Microsoft . SharePoint . Client . RemoteAttribute ]
591- global ::Microsoft . SharePoint . Client . File GetFileById ( global :: System . Guid uniqueId ) ;
615+ global ::Microsoft . SharePoint . Client . Folder GetFolderByServerRelativeUrl ( string serverRelativeUrl ) ;
592616
593617 [ Microsoft . SharePoint . Client . RemoteAttribute ]
594- global ::Microsoft . SharePoint . Client . Folder GetFolderById ( global ::System . Guid uniqueId ) ;
618+ global ::Microsoft . SharePoint . Client . Folder GetFolderByServerRelativePath ( global ::Microsoft . SharePoint . Client . ResourcePath serverRelativePath ) ;
595619
596620 [ Microsoft . SharePoint . Client . RemoteAttribute ]
597- global ::Microsoft . SharePoint . Client . File GetFileByLinkingUrl ( string linkingUrl ) ;
621+ global ::Microsoft . SharePoint . Client . ClientResult < string > CreateSitePage ( string pageMetaData ) ;
598622
599623 [ Microsoft . SharePoint . Client . RemoteAttribute ]
600- global ::Microsoft . SharePoint . Client . File GetFileByGuestUrl ( string guestUrl ) ;
624+ global ::Microsoft . SharePoint . Client . ClientResult < string > GetSitePageCopyToStatus ( global :: System . Guid workItemId ) ;
601625
602626 [ Microsoft . SharePoint . Client . RemoteAttribute ]
603- global ::Microsoft . SharePoint . Client . File GetFileByGuestUrlEnsureAccess ( string guestUrl , bool ensureAccess ) ;
627+ global ::Microsoft . SharePoint . Client . ClientResult < string > GetSitePageMoveStatus ( global :: System . Guid workItemId ) ;
604628
605629 [ Microsoft . SharePoint . Client . RemoteAttribute ]
606- global :: Microsoft . SharePoint . Client . File GetFileByWOPIFrameUrl ( string wopiFrameUrl ) ;
630+ void ApplyWebTemplate ( string webTemplate ) ;
607631
608632 [ Microsoft . SharePoint . Client . RemoteAttribute ]
609- global :: Microsoft . SharePoint . Client . File GetFileByUrl ( string fileUrl ) ;
633+ void DeleteObject ( ) ;
610634
611635 [ Microsoft . SharePoint . Client . RemoteAttribute ]
612- global :: Microsoft . SharePoint . Client . Folder GetFolderByServerRelativeUrl ( string serverRelativeUrl ) ;
636+ void Recycle ( ) ;
613637
614638 [ Microsoft . SharePoint . Client . RemoteAttribute ]
615- global :: Microsoft . SharePoint . Client . Folder GetFolderByServerRelativePath ( global :: Microsoft . SharePoint . Client . ResourcePath serverRelativePath ) ;
639+ void Update ( ) ;
616640
617641 [ Microsoft . SharePoint . Client . RemoteAttribute ]
618- void ApplyWebTemplate ( string webTemplate ) ;
642+ global :: Microsoft . SharePoint . Client . View GetViewFromUrl ( string listUrl ) ;
619643
620644 [ Microsoft . SharePoint . Client . RemoteAttribute ]
621- void DeleteObject ( ) ;
645+ global ::Microsoft . SharePoint . Client . View GetViewFromPath ( global ::Microsoft . SharePoint . Client . ResourcePath listPath ) ;
646+
647+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
648+ global ::Microsoft . SharePoint . Client . File GetFileByServerRelativeUrl ( string serverRelativeUrl ) ;
649+
650+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
651+ global ::Microsoft . SharePoint . Client . File GetFileByServerRelativePath ( global ::Microsoft . SharePoint . Client . ResourcePath serverRelativePath ) ;
652+
653+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
654+ global ::System . Collections . Generic . IList < global ::Microsoft . SharePoint . Client . DocumentLibraryInformation > GetDocumentLibraries ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webFullUrl ) ;
655+
656+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
657+ global ::System . Collections . Generic . IList < global ::Microsoft . SharePoint . Client . DocumentLibraryInformation > GetDocumentAndMediaLibraries ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webFullUrl , bool includePageLibraries ) ;
658+
659+ [ Microsoft . SharePoint . Client . RemoteAttribute ]
660+ global ::Microsoft . SharePoint . Client . ClientResult < global ::Microsoft . SharePoint . Client . DocumentLibraryInformation > DefaultDocumentLibraryUrl ( global ::ProxyInterfaceSourceGeneratorTests . Source . PnP . IClientRuntimeContext context , string webUrl ) ;
622661
623662 [ Microsoft . SharePoint . Client . RemoteAttribute ]
624663 global ::Microsoft . SharePoint . Client . ClientResult < global ::System . IO . Stream > PageContextInfo ( bool includeODBSettings , bool emitNavigationInfo ) ;
0 commit comments