Hi all,
I have an app that generates SharePoint pages and adds webparts dynamically using the xml definition of the webpart in the format like below
"<webParts>" +
"<webPart xmlns='http://schemas.microsoft.com/WebPart/v3'>" +
"<metaData>" +
"<type name='Microsoft.SharePoint.WebPartPages.XsltListViewWebPart, Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' />"
I am trying to find out how to add the "Find By Document ID" webPart in the same manner.
Any help with the XML definition?
Thanks!!
Laurence Lemmon-Warde