Field Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Field", ServerTypeId="{c4121b04-0f57-4b1d-a145-d25426b16480}")]
public class Field : Microsoft.SharePoint.Client.ClientObject
type Field = class
    inherit ClientObject
Public Class Field
Inherits ClientObject
Inheritance
Derived
Attributes

Constructors

Field(ClientRuntimeContext, ObjectPath)

Properties

AutoIndexed
CanBeDeleted
ClientSideComponentId
ClientSideComponentProperties
Context (Inherited from ClientObject)
CustomFormatter
DefaultFormula
DefaultValue
Description
DescriptionResource
Direction
EnforceUniqueValues
EntityPropertyName
FieldTypeKind
Filterable
FromBaseType
Group
Hidden
Id
Indexed
InternalName
JSLink
NoCrawl
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
PinnedToFiltersPane
ReadOnlyField
Required
SchemaXml
SchemaXmlWithResourceTokens
Scope
Sealed
ServerObjectIsNull (Inherited from ClientObject)
ShowInFiltersPane
Sortable
StaticName
Tag (Inherited from ClientObject)
Title
TitleResource
TypeAsString
TypeDisplayName
TypedObject (Inherited from ClientObject)
TypeShortDescription
ValidationFormula
ValidationMessage

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SetShowInDisplayForm(Boolean)
SetShowInEditForm(Boolean)
SetShowInNewForm(Boolean)
Update()
UpdateAndPushChanges(Boolean)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)
ValidateSetValue(ListItem, String)

Applies to