MS-600 · Question #181
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…
The correct answer is A. CustomXMLParts C. Settings. 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…
Question
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.
Options
- ACustomXMLParts
- BRoamlngSeccings
- CSettings
- DCustomProperties
How the community answered
(35 responses)- A77% (27)
- B17% (6)
- D6% (2)
Explanation
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
Topics
Community Discussion
No community discussion yet for this question.