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
ListItem
page
ListItem holding the page to analyze |
PageTransformation
pageTransformation
Page transformation information |
IList<ILogObserver>
logObservers
|
Methods
Analyze(Boolean)
Analyses a wiki page
Declaration
public Tuple<PageLayout, List<WebPartEntity>> Analyze(bool isBlogPage = false)
Parameters
System.Boolean
isBlogPage
|
Returns
Tuple<PageLayout, List<WebPartEntity>>
Information about the analyzed wiki page |