SPChangeContentType Class
Represents a change to a content type.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeContentType
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ChangeContentType", ServerTypeId := "{b50ef7a3-7f78-4afc-91ef-616591de9e4d}")> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPChangeContentType _
Inherits SPChange
'Usage
Dim instance As SPChangeContentType
[ClientCallableTypeAttribute(Name = "ChangeContentType", ServerTypeId = "{b50ef7a3-7f78-4afc-91ef-616591de9e4d}")]
[SubsetCallableTypeAttribute]
public sealed class SPChangeContentType : 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.