Class FieldCreationInformation
Class that describes the field creation information
Inheritance
System.Object
FieldCreationInformation
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class FieldCreationInformation : object
Constructors
FieldCreationInformation(FieldType)
Constructor
Declaration
public FieldCreationInformation(FieldType fieldType)
Parameters
Field Type of the field |
FieldCreationInformation(String)
Constructor
Declaration
public FieldCreationInformation(string fieldType)
Parameters
System. Type of the field |
Properties
AdditionalAttributes
List of additional properties that need to be applied to the field on creation
Declaration
public IEnumerable<KeyValuePair<string, string>> AdditionalAttributes { get; set; }
Property Value
IEnumerable<Key
|
AdditionalChildNodes
List of additional child nodes that need to be included in the CAML field on creation
Declaration
public IEnumerable<KeyValuePair<string, string>> AdditionalChildNodes { get; set; }
Property Value
IEnumerable<Key
|
AddToDefaultView
Adds fields to default view if value is true.
Declaration
public bool AddToDefaultView { get; set; }
Property Value
System.
|
ClientSideComponentId
Ignored currently for SP2016
Declaration
public Guid ClientSideComponentId { get; set; }
Property Value
Guid
|
ClientSideComponentProperties
Ignored currently for SP2016
Declaration
public string ClientSideComponentProperties { get; set; }
Property Value
System.
|
DisplayName
Field display name
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
FieldOptions
Specifies field options
Declaration
public AddFieldOptions FieldOptions { get; set; }
Property Value
Add
|
FieldType
Type of the field
Declaration
public string FieldType { get; protected set; }
Property Value
System.
|
Group
Group of the field
Declaration
public string Group { get; set; }
Property Value
System.
|
Id
Guid of the field
Declaration
public Guid Id { get; set; }
Property Value
Guid
|
InternalName
Field internal name
Declaration
public string InternalName { get; set; }
Property Value
System.
|
Required
Specifies fields is required to enter vlaue or not.
Declaration
public bool Required { get; set; }
Property Value
System.
|