SPRelatedField Members
Include Protected Members
Include Inherited Members
Provides information about a lookup field on a child list that gets information from a parent list.
The SPRelatedField type exposes the following members.
Properties
Name | Description | |
---|---|---|
FieldId | Gets the identifier of the lookup field in the child list. | |
ListId | Gets the identifier of the child list that is dependent on the parent list. | |
LookupList | Gets the SPList object that a lookup field identifies as its target (or parent) list. | |
RelationshipDeleteBehavior | Gets the delete behavior defined by the lookup field in the child list. | |
WebId | Gets the identifier of the Web site where the child list is located. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top