Class XsltWebPartPostProcessor
Updates view for XsltListViewWebPart using schema definition provided Instead of using default view for XsltListViewWebPart, it tries to resolve view from schema and updates hidden view created by XsltListViewWebPart
Inheritance
System.Object
XsltWebPartPostProcessor
Namespace: PnP.Framework.Utilities.WebParts.Processors
Assembly: PnP.Framework.dll
Syntax
public class XsltWebPartPostProcessor : object, IWebPartPostProcessor
Constructors
XsltWebPartPostProcessor(WebPart)
Constructor for XsltWebPartPostProcessor class
Declaration
public XsltWebPartPostProcessor(WebPart schema)
Parameters
Web Webpart object |
Methods
Process(WebPartDefinition, File)
Method to process webpart
Declaration
public void Process(WebPartDefinition wpDefinition, File webPartPage)
Parameters
Web WebPartDefinition object |
File
webPartPage
File object |