SPChangeView Class
Represents a change to a view.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeView
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "ChangeView", ServerTypeId := "{865f3490-f526-4452-88e2-6e33357bae50}")> _
Public NotInheritable Class SPChangeView _
Inherits SPChange
'Usage
Dim instance As SPChangeView
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "ChangeView", ServerTypeId = "{865f3490-f526-4452-88e2-6e33357bae50}")]
public sealed class SPChangeView : SPChange
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.