SPView.EditorModified Property

Gets a Boolean value that indicates whether the view was modified in an HTML editor.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property EditorModified As Boolean
    Get
    Set
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.EditorModified

instance.EditorModified = value
[ClientCallableAttribute]
public bool EditorModified { get; set; }

Property Value

Type: System.Boolean
true if the view was modified in an HTML editor; otherwise, false.

Remarks

The EditorModified property is set internally when the view is customized to the degree that it cannot be edited in the browser anymore. This property is also set for originally installed views that cannot be customized by the browser, such as the Explorer view for document libraries or the Calendar view for events lists.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace