Skip to content

Commit a2daac5

Browse files
JoanneHendricksonVesaJuvonen
authored andcommitted
Update onenote-migration-service.md (SharePoint#5132)
* Update onenote-migration-service.md content update/fix: updated text, added back in section with diagram. uploaded diagram separately. update TOC separately. * Update onenote-migration-service.md corrected image link
1 parent 495c897 commit a2daac5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/apis/onenote-migration-service.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ description: "Migrating OneNote folders using the SPO OneNote converting service
1515
---
1616
# Migrating OneNote folders
1717

18-
When bringing **OneNote** notebooks from outside of SharePoint Online (SPO) into the service, you are required to convert ("shred") the file for it to be supported properly in the service. The OneNote team now has a OneNote converting service in SPO. It is now possible to mark **OneNote** notebooks that are being migrated, to be converted.
18+
When bringing **OneNote** notebooks into SharePoint Online (SPO) from outside the service, you are required to convert the file. OneNote files need to be located within a correctly tagged NoteBook folder before the OneNote content is accessible via the modern APIs.
19+
20+
There is now a OneNote converting service in SPO that lets you mark the **OneNote** notebooks that are being migrated to be converted.
21+
22+
## Example
23+
24+
The following example shows SPMT using the SPO OneNote converting service, which is running in SPO background.
25+
26+
![OneNote migration process](../images/onenote-migration-flow.png)
27+
1928

2029
## Algorithm for checking whether to mark the folder as OneNote folder
2130

@@ -46,4 +55,4 @@ Item[“HTML_x0020_File_x0020_Type”] = “OneNote.Notebook”;
4655
Item.SystemUpdate();
4756
Context.ExecuteQuery();
4857

49-
```
58+
```

0 commit comments

Comments
 (0)