Class ModernizationCenterInformation
This class defines the page transformation configuration for when there's a ModernizationCenter hooked up
Inheritance
System.Object
ModernizationCenterInformation
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public class ModernizationCenterInformation : object
Properties
AddPageAcceptBanner
Add a page accept banner solution on the generated pages
Declaration
public bool AddPageAcceptBanner { get; set; }
Property Value
System.Boolean
|
ModernizationCenterUri
Url to the customer's modernization center site
Declaration
public Uri ModernizationCenterUri { get; set; }
Property Value
Uri
|