You are developing a Microsoft Office Add-in for Word.
You need to persist the user state across sessions by using the Office JavaScript API.
Which two objects can you use to persist the state? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Settings: Office application support by Word, Excel, or PowerPoint.
The document, spreadsheet, or presentation the add-in is working with. Content and task pane add-in settings are available to the add-in that created them from the document where they are saved.
CustomXmlParts: Office application support by Word (using the Office JavaScript Common API) Excel (using the application-specific Excel JavaScript API.
The document, spreadsheet, or presentation the add-in is working with.
https://docs.microsoft.com/en-us/office/dev/add-ins/develop/persisting-add-in-state-and-settings
Currently there are no comments in this discussion, be the first to comment!