Search Results for

    Show / Hide Table of Contents

    Class ApplyConfiguration

    Inheritance
    System.Object
    ApplyConfiguration
    Namespace: PnP.Framework.Provisioning.Model.Configuration
    Assembly: PnP.Framework.dll
    Syntax
    public class ApplyConfiguration : object

    Properties

    AccessTokens

    Declaration
    public Dictionary<String, String> AccessTokens { get; set; }
    Property Value
    Dictionary<String, String>

    ContentTypes

    Declaration
    public ApplyContentTypeConfiguration ContentTypes { get; set; }
    Property Value
    ApplyContentTypeConfiguration

    Extensibility

    Declaration
    public ApplyExtensibilityConfiguration Extensibility { get; set; }
    Property Value
    ApplyExtensibilityConfiguration

    Fields

    Declaration
    public ApplyFieldsConfiguration Fields { get; set; }
    Property Value
    ApplyFieldsConfiguration

    FileConnector

    Declaration
    public FileConnectorBase FileConnector { get; set; }
    Property Value
    FileConnectorBase

    Handlers

    Declaration
    public List<ConfigurationHandler> Handlers { get; set; }
    Property Value
    List<ConfigurationHandler>

    Lists

    Declaration
    public ApplyListsConfiguration Lists { get; set; }
    Property Value
    ApplyListsConfiguration

    MessagesDelegate

    Declaration
    public ProvisioningMessagesDelegate MessagesDelegate { get; set; }
    Property Value
    ProvisioningMessagesDelegate

    Navigation

    Declaration
    public ApplyNavigationConfiguration Navigation { get; set; }
    Property Value
    ApplyNavigationConfiguration

    Parameters

    Declaration
    public Dictionary<string, string> Parameters { get; set; }
    Property Value
    Dictionary<System.String, System.String>

    ProgressDelegate

    Declaration
    public ProvisioningProgressDelegate ProgressDelegate { get; set; }
    Property Value
    ProvisioningProgressDelegate

    PropertyBag

    Declaration
    public ApplyPropertyBagConfiguration PropertyBag { get; set; }
    Property Value
    ApplyPropertyBagConfiguration

    SiteProvisionedDelegate

    Declaration
    public ProvisioningSiteProvisionedDelegate SiteProvisionedDelegate { get; set; }
    Property Value
    ProvisioningSiteProvisionedDelegate

    Tenant

    Defines Tenant Extraction Settings

    Declaration
    public ApplyTenantConfiguration Tenant { get; set; }
    Property Value
    ApplyTenantConfiguration

    Methods

    FromApplyingInformation(ProvisioningTemplateApplyingInformation)

    Declaration
    public static ApplyConfiguration FromApplyingInformation(ProvisioningTemplateApplyingInformation information)
    Parameters
    ProvisioningTemplateApplyingInformation information

    Returns
    ApplyConfiguration

    FromString(String)

    Declaration
    public static ApplyConfiguration FromString(string input)
    Parameters
    System.String input

    Returns
    ApplyConfiguration

    ToApplyingInformation()

    Declaration
    public ProvisioningTemplateApplyingInformation ToApplyingInformation()
    Returns
    ProvisioningTemplateApplyingInformation

    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