We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: remove containsTarget
<EntityType Name="onenotePage" BaseType="graph.onenoteEntitySchemaObjectModel" HasStream="true"> <Property Name="title" Type="Edm.String"/> <Property Name="createdByAppId" Type="Edm.String"/> <Property Name="links" Type="graph.pageLinks"/> <Property Name="contentUrl" Type="Edm.String"/> <Property Name="content" Type="Edm.Stream"/> <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/> <Property Name="level" Type="Edm.Int32"/> <Property Name="order" Type="Edm.Int32"/> <Property Name="userTags" Type="Collection(Edm.String)"/> <NavigationProperty Name="parentSection" Type="graph.onenoteSection" ContainsTarget="true"/> <NavigationProperty Name="parentNotebook" Type="graph.notebook" ContainsTarget="true"/> </EntityType>
AB#7457
The text was updated successfully, but these errors were encountered:
MIchaelMainer
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
TODO: remove containsTarget
AB#7457
The text was updated successfully, but these errors were encountered: