msgraph-beta-sdk-dotnet
msgraph-beta-sdk-dotnet copied to clipboard
Add IncludeHiddenContent property to Microsoft.Graph.Beta.Models.SharePointOneDriveOptions
I'm trying to use the Graph SDK for a SharePoint Embedded project, but there's no way of setting the IncludeHiddenContent property to search for content within SharePoint Embedded containers.
See https://learn.microsoft.com/en-us/graph/api/resources/sharepointonedriveoptions?view=graph-rest-beta for the definition and how to use this property for SharePoint Embedded Content https://learn.microsoft.com/en-us/sharepoint/dev/embedded/development/content-experiences/search-content
Describe the solution you'd like.
Update the Microsoft.Graph.Beta.Models.SharePointOneDriveOptions class to adhere to the definition as described on the API reference page.
Additional context?
No response