Notebook

Notebook class

https://docs.microsoft.com/en-us/graph/api/resources/notebook?view=graph-rest-1.0 A OneNote notebook.

Constructors

NameDescription
Notebook

Methods

NameDescription
get_CreatedByIdentity of the user, device, and application which created the item. Read-only.
get_CreatedDateTimeThe date and time when the notebook was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ‘2014-01-01T00:00:00Z’. Read-only.
get_DisplayNameThe name of the notebook.
get_IdThe unique identifier of the notebook. Read-only.
get_IsCreatedDateTimeSpecifiedIndicates whether CreatedDateTime property is specified.
get_IsDefaultIndicates whether this is the user’s default notebook. Read-only.
get_IsDefaultSpecifiedIndicates whether IsDefault property is specified.
get_IsLastModifiedDateTimeSpecifiedIndicates whether LastModifiedDateTime property is specified.
get_IsSharedIndicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
get_IsSharedSpecifiedIndicates whether IsShared property is specified.
get_LastModifiedByIdentity of the user, device, and application which created the item. Read-only.
get_LastModifiedDateTimeThe date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ‘2014-01-01T00:00:00Z’. Read-only.
get_LinksLinks for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it’s installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
get_SectionGroupsUrlThe URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
get_SectionsUrlThe URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
get_SelfThe endpoint where you can get details about the notebook. Read-only.
get_UserRolePossible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
set_CreatedByIdentity of the user, device, and application which created the item. Read-only.
set_CreatedDateTimeThe date and time when the notebook was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ‘2014-01-01T00:00:00Z’. Read-only.
set_DisplayNameThe name of the notebook.
set_IdThe unique identifier of the notebook. Read-only.
set_IsCreatedDateTimeSpecifiedIndicates whether CreatedDateTime property is specified.
set_IsDefaultIndicates whether this is the user’s default notebook. Read-only.
set_IsDefaultSpecifiedIndicates whether IsDefault property is specified.
set_IsLastModifiedDateTimeSpecifiedIndicates whether LastModifiedDateTime property is specified.
set_IsSharedIndicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
set_IsSharedSpecifiedIndicates whether IsShared property is specified.
set_LastModifiedByIdentity of the user, device, and application which created the item. Read-only.
set_LastModifiedDateTimeThe date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ‘2014-01-01T00:00:00Z’. Read-only.
set_LinksLinks for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it’s installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
set_SectionGroupsUrlThe URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
set_SectionsUrlThe URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
set_SelfThe endpoint where you can get details about the notebook. Read-only.
set_UserRolePossible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
Aspose::Email::Clients::Graph::V1::Commands::CreateNotebookCommand
Aspose::Email::Clients::Graph::V1::Commands::GetNotebookCommand
Aspose::Email::Clients::Graph::V1::Commands::ListNotebooksCommand