FieldCollection.AddFieldAsXml(String, Boolean, AddFieldOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.Field AddFieldAsXml (string schemaXml, bool addToDefaultView, Microsoft.SharePoint.Client.AddFieldOptions options);
member this.AddFieldAsXml : string * bool * Microsoft.SharePoint.Client.AddFieldOptions -> Microsoft.SharePoint.Client.Field
Public Function AddFieldAsXml (schemaXml As String, addToDefaultView As Boolean, options As AddFieldOptions) As Field
Parameters
- schemaXml
- String
- addToDefaultView
- Boolean
- options
- AddFieldOptions
Returns
- Attributes