This topic has not yet been rated - Rate this topic

SPFieldCollection.AddFieldAsXml Method (String, Boolean, SPAddFieldOptions)

Windows SharePoint Services 3
Creates a field based on the specified schema, Boolean value, and field options.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public string AddFieldAsXml (
	string schemaXml,
	bool addToDefaultView,
	SPAddFieldOptions op
)

Parameters

schemaXml

A Collaborative Application Markup Language (CAML) string that contains the schema.

addToDefaultView

true if field is added to the default list view; otherwise, false.

op

An SPAddFieldOptions value that specifies the field options.

Return Value

A string that contains the name of the new field.
Did you find this helpful?
(1500 characters remaining)