i need a method where add various Fields in a Sharepoint List, but these Fields must be in the parameter of this method.
Show me this method and how should I use it.
i need a method where add various Fields in a Sharepoint List, but these Fields must be in the parameter of this method. Show me this method and how should I use it. |
|||
|
Something like this to get you going perhaps?
MSDN SPFIeldCollection.Add(SPField) |
|||||||||||||||||
|