FieldGeolocation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.FieldGeolocation", ServerTypeId="{d5a367f2-3b74-4984-ab50-9a700883c90b}")]
public class FieldGeolocation : Microsoft.SharePoint.Client.Field
type FieldGeolocation = class
    inherit Field
Public Class FieldGeolocation
Inherits Field
Inheritance
FieldGeolocation
Attributes

Constructors

FieldGeolocation(ClientRuntimeContext, ObjectPath)

Properties

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

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject() (Inherited from Field)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from Field)
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) (Inherited from Field)
SetShowInEditForm(Boolean) (Inherited from Field)
SetShowInNewForm(Boolean) (Inherited from Field)
Update() (Inherited from Field)
UpdateAndPushChanges(Boolean) (Inherited from Field)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)
ValidateSetValue(ListItem, String) (Inherited from Field)

Applies to