microsoftgraph / microsoftgraph/msgraph-beta-sdk-dotnet
Add IncludeHiddenContent property to Microsoft.Graph.Beta.Models.SharePointOneDriveOptions
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 112
- Forks
- 37
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 3
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Microsoft.Graph.Beta.Models.SharePointOneDriveOptions class and compare its members with the linked Microsoft Graph API reference for IncludeHiddenContent. Add the missing model support and verify that the SDK exposes the property with the documented definition and usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100