SP.View.htmlSchemaXml Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets a value that specifies the XML document that represents the list view.

var value = SP.View.get_htmlSchemaXml(); 

Property Value

Type: String

Applies To

SP.View Class

Exceptions

  • [System.UnauthorizedAccessException]
    The current user has insufficient permissions. Error code: -2147024891.

Remarks

It must not be null. It must be exactly one XML fragment conforming to ViewDefinitions

See Also

Reference

SP.View Methods

SP.View Properties

SP Namespace