Class PublishingPageHeaderTransformator
Class that will handle the configuration of the modern page header when transforming publishing pages
Inherited Members
Namespace: PnP.Framework.Modernization.Publishing
Assembly: PnP.Framework.dll
Syntax
public class PublishingPageHeaderTransformator : BaseTransform
Constructors
PublishingPageHeaderTransformator(PublishingPageTransformationInformation, ClientContext, ClientContext, PublishingPageTransformation, IList<ILogObserver>)
Declaration
public PublishingPageHeaderTransformator(PublishingPageTransformationInformation publishingPageTransformationInformation, ClientContext sourceClientContext, ClientContext targetClientContext, PublishingPageTransformation publishingPageTransformation, IList<ILogObserver> logObservers = null)
Parameters
PublishingPageTransformationInformation
publishingPageTransformationInformation
|
ClientContext
sourceClientContext
|
ClientContext
targetClientContext
|
PublishingPageTransformation
publishingPageTransformation
|
IList<ILogObserver>
logObservers
|