SP.FieldCollection.schemaXml Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Specifies the XML schema of the collection of fields.
var value = SP.FieldCollection.get_schemaXml();
Property Value
Type: String
The XML schema.
Applies To
Exceptions
- UnauthorizedAccessException
The current user has insufficient permissions. Error code: - 2147024891.
Remarks
It must not be null. It must not be empty. It must be an XML document that conforms to the FieldDefinitions type.
A field definition describes the structure and format of a field that is used within a list or content type.