SectionResponse 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.
Item in An array of objects, each representing a specific section.
public class SectionResponse
type SectionResponse = class
Public Class SectionResponse
- Inheritance
-
SectionResponse
Constructors
| Name | Description |
|---|---|
| SectionResponse() | |
Properties
| Name | Description |
|---|---|
| CreationDate |
The creation date and time of the section. |
| Creator |
The creator of the section. |
| IsDefault |
Indicates whether it is the default section. |
| LastModifiedBy |
The user who last modified the section. |
| LastModifiedDate |
The last modified date and time of the section. |
| PagesUrl |
Url to the pages in this section. |
| ParentNotebook |
parentNotebook |
| SectionIdentifier |
Unique identifier of the section. |
| SectionName |
The name of the section. |
| Url |
The url to this section. |