Class WebPartPostProcessorFactory
Creates IWebPartPostProcessor by parsing web part schema xml
Inheritance
System.Object
WebPartPostProcessorFactory
Namespace: PnP.Framework.Utilities.WebParts
Assembly: PnP.Framework.dll
Syntax
public static class WebPartPostProcessorFactory : object
Methods
Resolve(String)
Resolves webpart by parsing web part schema xml
Declaration
public static IWebPartPostProcessor Resolve(string wpXml)
Parameters
|
System.String
wpXml
WebPart schema xml |
Returns
|
IWebPartPostProcessor
Returns PassThroughProcessor object |