OnenoteOnNewPageInSectionTriggerPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Typed trigger payload for the OnNewPageInSection trigger (Onenote "When a new page is created in a section", operationId: OnNewPageInSection).
Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<OnenoteOnNewPageInSectionTriggerPayload>(body).
public class OnenoteOnNewPageInSectionTriggerPayload : Azure.Connectors.Sdk.TriggerCallbackPayload<Azure.Connectors.Sdk.Onenote.Models.Page>
type OnenoteOnNewPageInSectionTriggerPayload = class
inherit TriggerCallbackPayload<Page>
Public Class OnenoteOnNewPageInSectionTriggerPayload
Inherits TriggerCallbackPayload(Of Page)
- Inheritance
Constructors
| Name | Description |
|---|---|
| OnenoteOnNewPageInSectionTriggerPayload() | |
Properties
| Name | Description |
|---|---|
| Body |
The body envelope containing the trigger items. (Inherited from TriggerCallbackPayload<T>) |