Search Results for

    Show / Hide Table of Contents

    Class ExtractListsQueryConfiguration

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

    Properties

    CamlQuery

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

    IncludeAttachments

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

    PageSize

    Declaration
    public int PageSize { get; set; }
    Property Value
    System.Int32

    RowLimit

    Declaration
    public int RowLimit { get; set; }
    Property Value
    System.Int32

    ViewFields

    Declaration
    public List<string> ViewFields { get; set; }
    Property Value
    List<System.String>

    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