SPFieldCollection.AddFieldAsXml Method (String, Boolean, SPAddFieldOptions)
Creates a field based on the specified schema, Boolean value, and field options.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
public string AddFieldAsXml( string schemaXml, bool addToDefaultView, SPAddFieldOptions op )
Parameters
- schemaXml
- Type: System.String
A Collaborative Application Markup Language (CAML) string that contains the schema.
- addToDefaultView
- Type: System.Boolean
true if field is added to the default list view; otherwise, false.
- op
- Type: Microsoft.SharePoint.SPAddFieldOptions
An SPAddFieldOptions value that specifies the field options.