Search Results for

    Show / Hide Table of Contents

    Class ExtractListsListsConfiguration

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

    Properties

    IncludeItems

    Declaration
    public bool IncludeItems { get; set; }
    Property Value
    System.Boolean

    KeyColumn

    Declaration
    public string KeyColumn { get; set; }
    Property Value
    System.String

    Query

    Declaration
    public ExtractListsQueryConfiguration Query { get; set; }
    Property Value
    ExtractListsQueryConfiguration

    RemoveExistingContentTypes

    Declaration
    public bool RemoveExistingContentTypes { get; set; }
    Property Value
    System.Boolean

    SkipEmptyFields

    Declaration
    public bool SkipEmptyFields { get; set; }
    Property Value
    System.Boolean

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    UpdateBehavior

    Declaration
    public UpdateBehavior UpdateBehavior { get; set; }
    Property Value
    UpdateBehavior

    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