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.
|
IncludeAttachments
Declaration
public bool IncludeAttachments { get; set; }
Property Value
System.
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
System.
|
RowLimit
Declaration
public int RowLimit { get; set; }
Property Value
System.
|
ViewFields
Declaration
public List<string> ViewFields { get; set; }
Property Value
List<System.
|