Expand Minimize

SPFieldUrl Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFieldUrl

Type Mapping

Constructors

Properties

SSOM System.Boolean get_CanBeDeleted()
CSOM Boolean Field.get_CanBeDeleted()
JSOM boolean SP.FieldUrl.get_canBeDeleted()
SSOM System.String get_DefaultValue()
CSOM String Field.get_DefaultValue()
JSOM string SP.FieldUrl.get_defaultValue()
SSOM System.String get_Description()
CSOM String Field.get_Description()
JSOM string SP.FieldUrl.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.FieldUrl.get_direction()
SSOM System.Boolean get_EnforceUniqueValues()
CSOM Boolean Field.get_EnforceUniqueValues()
JSOM boolean SP.FieldUrl.get_enforceUniqueValues()
SSOM System.String get_EntityPropertyName()
CSOM String Field.get_EntityPropertyName()
JSOM string SP.FieldUrl.get_entityPropertyName()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.FieldUrl.get_filterable()
SSOM System.Boolean get_FromBaseType()
CSOM Boolean Field.get_FromBaseType()
JSOM boolean SP.FieldUrl.get_fromBaseType()
SSOM System.String get_Group()
CSOM String Field.get_Group()
JSOM string SP.FieldUrl.get_group()
SSOM System.Boolean get_Hidden()
CSOM Boolean Field.get_Hidden()
JSOM boolean SP.FieldUrl.get_hidden()
SSOM System.Guid get_Id()
CSOM Guid Field.get_Id()
JSOM Guid SP.FieldUrl.get_id()
SSOM System.Boolean get_Indexed()
CSOM Boolean Field.get_Indexed()
JSOM boolean SP.FieldUrl.get_indexed()
SSOM System.String get_InternalName()
CSOM String Field.get_InternalName()
JSOM string SP.FieldUrl.get_internalName()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldUrl.get_jSLink()
SSOM System.Boolean get_ReadOnlyField()
CSOM Boolean Field.get_ReadOnlyField()
JSOM boolean SP.FieldUrl.get_readOnlyField()
SSOM System.Boolean get_Required()
CSOM Boolean Field.get_Required()
JSOM boolean SP.FieldUrl.get_required()
SSOM System.String get_SchemaXml()
CSOM String Field.get_SchemaXml()
JSOM string SP.FieldUrl.get_schemaXml()
SSOM System.String get_SchemaXmlWithResourceTokens()
CSOM String Field.get_SchemaXmlWithResourceTokens()
JSOM string SP.FieldUrl.get_schemaXmlWithResourceTokens()
SSOM System.String get_Scope()
CSOM String Field.get_Scope()
JSOM string SP.FieldUrl.get_scope()
SSOM System.Boolean get_Sealed()
CSOM Boolean Field.get_Sealed()
JSOM boolean SP.FieldUrl.get_sealed()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.FieldUrl.get_sortable()
SSOM System.String get_StaticName()
CSOM String Field.get_StaticName()
JSOM string SP.FieldUrl.get_staticName()
SSOM System.String get_Title()
CSOM String Field.get_Title()
JSOM string SP.FieldUrl.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.FieldUrl.get_fieldTypeKind()
SSOM System.String get_TypeAsString()
CSOM String Field.get_TypeAsString()
JSOM string SP.FieldUrl.get_typeAsString()
SSOM System.String get_TypeDisplayName()
CSOM String Field.get_TypeDisplayName()
JSOM string SP.FieldUrl.get_typeDisplayName()
SSOM System.String get_TypeShortDescription()
CSOM String Field.get_TypeShortDescription()
JSOM string SP.FieldUrl.get_typeShortDescription()
SSOM System.String get_ValidationFormula()
CSOM String Field.get_ValidationFormula()
JSOM string SP.FieldUrl.get_validationFormula()
SSOM System.String get_ValidationMessage()
CSOM String Field.get_ValidationMessage()
JSOM string SP.FieldUrl.get_validationMessage()
SSOM System.Void set_DefaultValue(System.String)
CSOM Field.set_DefaultValue(String)
JSOM SP.FieldUrl.set_defaultValue()
SSOM System.Void set_Description(System.String)
CSOM Field.set_Description(String)
JSOM SP.FieldUrl.set_description()
SSOM System.Void set_Direction(System.String)
CSOM Field.set_Direction(String)
JSOM SP.FieldUrl.set_direction()
SSOM System.Void set_EnforceUniqueValues(System.Boolean)
CSOM Field.set_EnforceUniqueValues(Boolean)
JSOM SP.FieldUrl.set_enforceUniqueValues()
SSOM System.Void set_Group(System.String)
CSOM Field.set_Group(String)
JSOM SP.FieldUrl.set_group()
SSOM System.Void set_Hidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.FieldUrl.set_hidden()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.FieldUrl.set_indexed()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldUrl.set_jSLink()
SSOM System.Void set_ReadOnlyField(System.Boolean)
CSOM Field.set_ReadOnlyField(Boolean)
JSOM SP.FieldUrl.set_readOnlyField()
SSOM System.Void set_Required(System.Boolean)
CSOM Field.set_Required(Boolean)
JSOM SP.FieldUrl.set_required()
SSOM System.Void set_SchemaXml(System.String)
CSOM Field.set_SchemaXml(String)
JSOM SP.FieldUrl.set_schemaXml()
SSOM System.Void set_StaticName(System.String)
CSOM Field.set_StaticName(String)
JSOM SP.FieldUrl.set_staticName()
SSOM System.Void set_Title(System.String)
CSOM Field.set_Title(String)
JSOM SP.FieldUrl.set_title()
SSOM System.Void set_Type(Microsoft.SharePoint.SPFieldType)
CSOM Field.set_FieldTypeKind(FieldType)
JSOM SP.FieldUrl.set_fieldTypeKind()
SSOM System.Void set_TypeAsString(System.String)
CSOM Field.set_TypeAsString(String)
JSOM SP.FieldUrl.set_typeAsString()
SSOM System.Void set_ValidationFormula(System.String)
CSOM Field.set_ValidationFormula(String)
JSOM SP.FieldUrl.set_validationFormula()
SSOM System.Void set_ValidationMessage(System.String)
CSOM Field.set_ValidationMessage(String)
JSOM SP.FieldUrl.set_validationMessage()
SSOM Microsoft.SharePoint.SPUrlFieldFormatType get_DisplayFormat()
CSOM UrlFieldFormatType FieldUrl.get_DisplayFormat()
JSOM UrlFieldFormatType SP.FieldUrl.get_displayFormat()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.FieldUrl.get_filterable()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldUrl.get_jSLink()
SSOM System.Void set_DisplayFormat(Microsoft.SharePoint.SPUrlFieldFormatType)
CSOM FieldUrl.set_DisplayFormat(UrlFieldFormatType)
JSOM SP.FieldUrl.set_displayFormat()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldUrl.set_jSLink()

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.