ChangeContentType Class
Indicates a change to an SPContentType object.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeContentType
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.ChangeContentType", ServerTypeId := "{b50ef7a3-7f78-4afc-91ef-616591de9e4d}")> _
Public Class ChangeContentType _
Inherits Change
'Usage
Dim instance As ChangeContentType
[ScriptTypeAttribute("SP.ChangeContentType", ServerTypeId = "{b50ef7a3-7f78-4afc-91ef-616591de9e4d}")]
public class ChangeContentType : 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.