Class WikiPage
Analyzes a wiki page
Inherited Members
Namespace: PnP.Framework.Modernization.Pages
Assembly: PnP.Framework.dll
Syntax
public class WikiPage : BasePage
Constructors
WikiPage(ListItem, PageTransformation, IList<ILogObserver>)
Instantiates a wiki page object
Declaration
public WikiPage(ListItem page, PageTransformation pageTransformation, IList<ILogObserver> logObservers = null)
Parameters
List ListItem holding the page to analyze |
Page Page transformation information |
IList<ILog
|
Methods
Analyze(Boolean)
Analyses a wiki page
Declaration
public Tuple<PageLayout, List<WebPartEntity>> Analyze(bool isBlogPage = false)
Parameters
System.
|
Returns
Tuple<Page Information about the analyzed wiki page |