ChangeFile Class
A change on a File not contained in a document library.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeFile
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.ChangeFile", ServerTypeId := "{59dd36eb-9235-4dad-a8fd-26d3c11a6a18}")> _
Public Class ChangeFile _
Inherits Change
'Usage
Dim instance As ChangeFile
[ScriptTypeAttribute("SP.ChangeFile", ServerTypeId = "{59dd36eb-9235-4dad-a8fd-26d3c11a6a18}")]
public class ChangeFile : Change
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.