Expand Minimize

SPFieldLookup Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFieldLookup

Type Mapping

Constructors

Properties

SSOM System.Boolean get_CanBeDeleted()
CSOM Boolean Field.get_CanBeDeleted()
JSOM boolean SP.FieldLookup.get_canBeDeleted()
SSOM System.String get_DefaultValue()
CSOM String Field.get_DefaultValue()
JSOM string SP.FieldLookup.get_defaultValue()
SSOM System.String get_Description()
CSOM String Field.get_Description()
JSOM string SP.FieldLookup.get_description()
SSOM Microsoft.SharePoint.SPUserResource get_DescriptionResource()
CSOM UserResource Field.get_DescriptionResource()
SSOM System.String get_Direction()
CSOM String Field.get_Direction()
JSOM string SP.FieldLookup.get_direction()
SSOM System.Boolean get_EnforceUniqueValues()
CSOM Boolean Field.get_EnforceUniqueValues()
JSOM boolean SP.FieldLookup.get_enforceUniqueValues()
SSOM System.String get_EntityPropertyName()
CSOM String Field.get_EntityPropertyName()
JSOM string SP.FieldLookup.get_entityPropertyName()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.FieldLookup.get_filterable()
SSOM System.Boolean get_FromBaseType()
CSOM Boolean Field.get_FromBaseType()
JSOM boolean SP.FieldLookup.get_fromBaseType()
SSOM System.String get_Group()
CSOM String Field.get_Group()
JSOM string SP.FieldLookup.get_group()
SSOM System.Boolean get_Hidden()
CSOM Boolean Field.get_Hidden()
JSOM boolean SP.FieldLookup.get_hidden()
SSOM System.Guid get_Id()
CSOM Guid Field.get_Id()
JSOM Guid SP.FieldLookup.get_id()
SSOM System.Boolean get_Indexed()
CSOM Boolean Field.get_Indexed()
JSOM boolean SP.FieldLookup.get_indexed()
SSOM System.String get_InternalName()
CSOM String Field.get_InternalName()
JSOM string SP.FieldLookup.get_internalName()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldLookup.get_jSLink()
SSOM System.Boolean get_ReadOnlyField()
CSOM Boolean Field.get_ReadOnlyField()
JSOM boolean SP.FieldLookup.get_readOnlyField()
SSOM System.Boolean get_Required()
CSOM Boolean Field.get_Required()
JSOM boolean SP.FieldLookup.get_required()
SSOM System.String get_SchemaXml()
CSOM String Field.get_SchemaXml()
JSOM string SP.FieldLookup.get_schemaXml()
SSOM System.String get_SchemaXmlWithResourceTokens()
CSOM String Field.get_SchemaXmlWithResourceTokens()
JSOM string SP.FieldLookup.get_schemaXmlWithResourceTokens()
SSOM System.String get_Scope()
CSOM String Field.get_Scope()
JSOM string SP.FieldLookup.get_scope()
SSOM System.Boolean get_Sealed()
CSOM Boolean Field.get_Sealed()
JSOM boolean SP.FieldLookup.get_sealed()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.FieldLookup.get_sortable()
SSOM System.String get_StaticName()
CSOM String Field.get_StaticName()
JSOM string SP.FieldLookup.get_staticName()
SSOM System.String get_Title()
CSOM String Field.get_Title()
JSOM string SP.FieldLookup.get_title()
SSOM Microsoft.SharePoint.SPUserResource get_TitleResource()
CSOM UserResource Field.get_TitleResource()
SSOM Microsoft.SharePoint.SPFieldType get_Type()
CSOM FieldType Field.get_FieldTypeKind()
JSOM FieldType SP.FieldLookup.get_fieldTypeKind()
SSOM System.String get_TypeAsString()
CSOM String Field.get_TypeAsString()
JSOM string SP.FieldLookup.get_typeAsString()
SSOM System.String get_TypeDisplayName()
CSOM String Field.get_TypeDisplayName()
JSOM string SP.FieldLookup.get_typeDisplayName()
SSOM System.String get_TypeShortDescription()
CSOM String Field.get_TypeShortDescription()
JSOM string SP.FieldLookup.get_typeShortDescription()
SSOM System.String get_ValidationFormula()
CSOM String Field.get_ValidationFormula()
JSOM string SP.FieldLookup.get_validationFormula()
SSOM System.String get_ValidationMessage()
CSOM String Field.get_ValidationMessage()
JSOM string SP.FieldLookup.get_validationMessage()
SSOM System.Void set_DefaultValue(System.String)
CSOM Field.set_DefaultValue(String)
JSOM SP.FieldLookup.set_defaultValue()
SSOM System.Void set_Description(System.String)
CSOM Field.set_Description(String)
JSOM SP.FieldLookup.set_description()
SSOM System.Void set_Direction(System.String)
CSOM Field.set_Direction(String)
JSOM SP.FieldLookup.set_direction()
SSOM System.Void set_EnforceUniqueValues(System.Boolean)
CSOM Field.set_EnforceUniqueValues(Boolean)
JSOM SP.FieldLookup.set_enforceUniqueValues()
SSOM System.Void set_Group(System.String)
CSOM Field.set_Group(String)
JSOM SP.FieldLookup.set_group()
SSOM System.Void set_Hidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.FieldLookup.set_hidden()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.FieldLookup.set_indexed()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldLookup.set_jSLink()
SSOM System.Void set_ReadOnlyField(System.Boolean)
CSOM Field.set_ReadOnlyField(Boolean)
JSOM SP.FieldLookup.set_readOnlyField()
SSOM System.Void set_Required(System.Boolean)
CSOM Field.set_Required(Boolean)
JSOM SP.FieldLookup.set_required()
SSOM System.Void set_SchemaXml(System.String)
CSOM Field.set_SchemaXml(String)
JSOM SP.FieldLookup.set_schemaXml()
SSOM System.Void set_StaticName(System.String)
CSOM Field.set_StaticName(String)
JSOM SP.FieldLookup.set_staticName()
SSOM System.Void set_Title(System.String)
CSOM Field.set_Title(String)
JSOM SP.FieldLookup.set_title()
SSOM System.Void set_Type(Microsoft.SharePoint.SPFieldType)
CSOM Field.set_FieldTypeKind(FieldType)
JSOM SP.FieldLookup.set_fieldTypeKind()
SSOM System.Void set_TypeAsString(System.String)
CSOM Field.set_TypeAsString(String)
JSOM SP.FieldLookup.set_typeAsString()
SSOM System.Void set_ValidationFormula(System.String)
CSOM Field.set_ValidationFormula(String)
JSOM SP.FieldLookup.set_validationFormula()
SSOM System.Void set_ValidationMessage(System.String)
CSOM Field.set_ValidationMessage(String)
JSOM SP.FieldLookup.set_validationMessage()
SSOM System.Boolean get_AllowMultipleValues()
CSOM Boolean FieldLookup.get_AllowMultipleValues()
JSOM boolean SP.FieldLookup.get_allowMultipleValues()
SSOM System.Boolean get_IsRelationship()
CSOM Boolean FieldLookup.get_IsRelationship()
JSOM boolean SP.FieldLookup.get_isRelationship()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldLookup.get_jSLink()
SSOM System.String get_LookupField()
CSOM String FieldLookup.get_LookupField()
JSOM string SP.FieldLookup.get_lookupField()
SSOM System.String get_LookupList()
CSOM String FieldLookup.get_LookupList()
JSOM string SP.FieldLookup.get_lookupList()
SSOM System.Guid get_LookupWebId()
CSOM Guid FieldLookup.get_LookupWebId()
JSOM Guid SP.FieldLookup.get_lookupWebId()
SSOM System.String get_PrimaryFieldId()
CSOM String FieldLookup.get_PrimaryFieldId()
JSOM string SP.FieldLookup.get_primaryFieldId()
SSOM Microsoft.SharePoint.SPRelationshipDeleteBehavior get_RelationshipDeleteBehavior()
CSOM RelationshipDeleteBehaviorType FieldLookup.get_RelationshipDeleteBehavior()
JSOM RelationshipDeleteBehaviorType SP.FieldLookup.get_relationshipDeleteBehavior()
SSOM System.Void set_AllowMultipleValues(System.Boolean)
CSOM FieldLookup.set_AllowMultipleValues(Boolean)
JSOM SP.FieldLookup.set_allowMultipleValues()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.FieldLookup.set_indexed()
SSOM System.Void set_IsRelationship(System.Boolean)
CSOM FieldLookup.set_IsRelationship(Boolean)
JSOM SP.FieldLookup.set_isRelationship()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldLookup.set_jSLink()
SSOM System.Void set_LookupField(System.String)
CSOM FieldLookup.set_LookupField(String)
JSOM SP.FieldLookup.set_lookupField()
SSOM System.Void set_LookupList(System.String)
CSOM FieldLookup.set_LookupList(String)
JSOM SP.FieldLookup.set_lookupList()
SSOM System.Void set_LookupWebId(System.Guid)
CSOM FieldLookup.set_LookupWebId(Guid)
JSOM SP.FieldLookup.set_lookupWebId()
SSOM System.Void set_PrimaryFieldId(System.String)
CSOM FieldLookup.set_PrimaryFieldId(String)
JSOM SP.FieldLookup.set_primaryFieldId()
SSOM System.Void set_RelationshipDeleteBehavior(Microsoft.SharePoint.SPRelationshipDeleteBehavior)
CSOM FieldLookup.set_RelationshipDeleteBehavior(RelationshipDeleteBehaviorType)
JSOM SP.FieldLookup.set_relationshipDeleteBehavior()

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.