SPChangeFile Class
Represents a change to a file that is outside a list or to an attachment.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeFile
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeFile", ServerTypeId := "{59dd36eb-9235-4dad-a8fd-26d3c11a6a18}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeFile _
Inherits SPChange
'Usage
Dim instance As SPChangeFile
[ClientCallableTypeAttribute(Name = "ChangeFile", ServerTypeId = "{59dd36eb-9235-4dad-a8fd-26d3c11a6a18}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeFile : 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.