Expand Minimize

SPRelatedField Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPRelatedField

Type Mapping

Constructors

Properties

SSOM System.Guid get_FieldId()
CSOM Guid RelatedField.get_FieldId()
JSOM Guid SP.RelatedField.get_fieldId()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/fieldId
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/fieldId
SSOM System.Guid get_ListId()
CSOM Guid RelatedField.get_ListId()
JSOM Guid SP.RelatedField.get_listId()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/listId
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/listId
SSOM Microsoft.SharePoint.SPList get_LookupList()
CSOM List RelatedField.get_LookupList()
JSOM List SP.RelatedField.get_lookupList()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/lookupList
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/lookupList
SSOM Microsoft.SharePoint.SPRelationshipDeleteBehavior get_RelationshipDeleteBehavior()
CSOM RelationshipDeleteBehaviorType RelatedField.get_RelationshipDeleteBehavior()
JSOM RelationshipDeleteBehaviorType SP.RelatedField.get_relationshipDeleteBehavior()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/relationshipDeleteBehavior
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/relationshipDeleteBehavior
SSOM System.Guid get_WebId()
CSOM Guid RelatedField.get_WebId()
JSOM Guid SP.RelatedField.get_webId()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/webId
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/GetRelatedFields()/GetByFieldId(fieldid)/webId

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.