Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the entire schema for the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableConstraintAttribute(FixedId := "validstr", Type := ClientCallableConstraintType.Custom, _
Value := "It MUST be an XML document that conforms to ViewDefinitions as defined in [MS-WSSCAML].")> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
Public ReadOnly Property HtmlSchemaXml As String
Get
'Usage
Dim instance As SPView
Dim value As String
value = instance.HtmlSchemaXml
[ClientCallableConstraintAttribute(FixedId = "validstr", Type = ClientCallableConstraintType.Custom, Value = "It MUST be an XML document that conforms to ViewDefinitions as defined in [MS-WSSCAML].")]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public string HtmlSchemaXml { get; }
Property Value
Type: System.String
A Collaborative Application Markup Language (CAML) and HTML string that contains the entire view schema.