msgraph-beta-sdk-dotnet icon indicating copy to clipboard operation
msgraph-beta-sdk-dotnet copied to clipboard

Add IncludeHiddenContent property to Microsoft.Graph.Beta.Models.SharePointOneDriveOptions

Open robinmeure opened this issue 8 months ago • 0 comments

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

robinmeure avatar May 06 '25 13:05 robinmeure