CustomFieldCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.CustomFieldCreationInformation", ServerTypeId="{e98c4be3-a6b6-4801-ba6a-9394a5c25177}", ValueObject=true)]
public class CustomFieldCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type CustomFieldCreationInformation = class
    inherit ClientValueObject
Public Class CustomFieldCreationInformation
Inherits ClientValueObject
Inheritance
CustomFieldCreationInformation
Attributes

Constructors

CustomFieldCreationInformation()

Properties

Description
EntityType
FieldType
Formula
Id
IsEditableInVisibility
IsMultilineText
IsRequired
IsWorkflowControlled
LookupAllowMultiSelect
LookupDefaultValue
LookupTable
Name
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to