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.
|
KeyColumn
Declaration
public string KeyColumn { get; set; }
Property Value
System.
|
Query
Declaration
public ExtractListsQueryConfiguration Query { get; set; }
Property Value
RemoveExistingContentTypes
Declaration
public bool RemoveExistingContentTypes { get; set; }
Property Value
System.
|
SkipEmptyFields
Declaration
public bool SkipEmptyFields { get; set; }
Property Value
System.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|