SPFieldCollection.AddLookup Method
Include Protected Members
Include Inherited Members
Creates a lookup field in the collection of fields for one list that points to a field in the collection for another list.
Overload List
Name | Description | |
---|---|---|
AddLookup(String, Guid, Boolean) | Creates a lookup field in the collection of fields for one list that points to a field in the collection for another list in the same website. | |
AddLookup(String, Guid, Guid, Boolean) | Creates a lookup field in the collection of fields for one list that points to a field in the collection for another list in a different website. |
Top