Interface IWebPartPostProcessor
Interface for WebPart Post Processing
Namespace: PnP.Framework.Utilities.WebParts
Assembly: PnP.Framework.dll
Syntax
public interface IWebPartPostProcessor
Methods
Process(WebPartDefinition, File)
Method for processing webpart
Declaration
void Process(WebPartDefinition wpDefinition, File webPartPage)
Parameters
Web WebPartDefinition object |
File
webPartPage
File object |