I have a SharePoint library where I added two columns for documents: ProjectId
and ClientName
.
I populate these values for a document through the SharePoint interface, then download the document. When I open the document in the desktop version of Word, I can see the populated fields in the document properties.
I am interested in how I can retrieve the values of these fields. I have tried looking for them in the CustomDocumentProperties
and BuiltInDocumentProperties
collections but could not find them there.
I have attached an example of a blank document with the ProjectId
and ClientName
properties filled in.
Document.docx (18.5 KB)