Class PassThroughProcessor
Default processor when others are not resolved
Inheritance
System.Object
PassThroughProcessor
Namespace: PnP.Framework.Utilities.WebParts.Processors
Assembly: PnP.Framework.dll
Syntax
public class PassThroughProcessor : object, IWebPartPostProcessor
Methods
Process(WebPartDefinition, File)
Method to process webpart when it is not resolved
Declaration
public void Process(WebPartDefinition wpDefinition, File webPartPage)
Parameters
Web WebPartDefinition object |
File
webPartPage
File object |