ChangeFolder Class
A change on a Folder not contained in a list or document library.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeFolder
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.ChangeFolder", ServerTypeId := "{3b97573d-cee5-446a-853d-57ea0acf8aa4}")> _
Public Class ChangeFolder _
Inherits Change
'Usage
Dim instance As ChangeFolder
[ScriptTypeAttribute("SP.ChangeFolder", ServerTypeId = "{3b97573d-cee5-446a-853d-57ea0acf8aa4}")]
public class ChangeFolder : 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.