Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer