Search code examples
office365office365-appsoffice-js

How do I fetch/read custom document properties using OfficeJs in a task pane app?


I have added custom document property "TemplateId" from server and in task pane app when the document opens I want to fetch this custom document property (see image) using OfficeJs.

(using OfficeJs version 1.1)


Solution

  • There currently no OfficeJS APIs that allows you to read custom document properties. However, feel free to request one on the Office Extensibility Platform's UserVoice.

    Gabriel Royer - Developer on the Office Extensibility Team, MSFT