CreateSectionInNotebookResponse 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.
Response for Create section in a notebook
public class CreateSectionInNotebookResponse
type CreateSectionInNotebookResponse = class
Public Class CreateSectionInNotebookResponse
- Inheritance
-
CreateSectionInNotebookResponse
Constructors
| Name | Description |
|---|---|
| CreateSectionInNotebookResponse() | |
Properties
| Name | Description |
|---|---|
| CreatedByName |
This section created by name. |
| CreatedTime |
This section created time. |
| CreateSectionInNotebookObjectId |
id |
| DefaultSectionFlag |
A flag to indication if this is the default section. |
| LastModifiedBy |
Last modified by name. |
| LastModifiedTime |
The time this section was last modified. |
| ODataContext |
The OData context. |
| OneNoteClientLinks |
OneNote client links. |
| SectionName |
The name of the section. |
| ThePagesUrl |
The url of the pages. |
| UrlToCreateSectionInNotebook |
The url to create section in notebook group. |