SPFieldLinkCollection.Delete method
Deletes the specified SPFieldLink object from the collection.
Overload list
Name | Description | |
---|---|---|
Delete(Guid) | Deletes the SPFieldLink object with the specified ID from the collection. | |
Delete(String) | Deletes the SPFieldLink object with the specified name from the collection. |
Top