Expand Minimize

SPContentType Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPContentType

Type Mapping

Constructors

Properties

SSOM System.String get_Description()
CSOM String ContentType.get_Description()
JSOM string SP.ContentType.get_description()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/description
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/description
SSOM Microsoft.SharePoint.SPUserResource get_DescriptionResource()
CSOM UserResource ContentType.get_DescriptionResource()
SSOM System.String get_DisplayFormTemplateName()
CSOM String ContentType.get_DisplayFormTemplateName()
JSOM string SP.ContentType.get_displayFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormTemplateName
SSOM System.String get_DisplayFormUrl()
CSOM String ContentType.get_DisplayFormUrl()
JSOM string SP.ContentType.get_displayFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormUrl
SSOM System.String get_DocumentTemplate()
CSOM String ContentType.get_DocumentTemplate()
JSOM string SP.ContentType.get_documentTemplate()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplate
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplate
SSOM System.String get_DocumentTemplateUrl()
CSOM String ContentType.get_DocumentTemplateUrl()
JSOM string SP.ContentType.get_documentTemplateUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplateUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplateUrl
SSOM System.String get_EditFormTemplateName()
CSOM String ContentType.get_EditFormTemplateName()
JSOM string SP.ContentType.get_editFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormTemplateName
SSOM System.String get_EditFormUrl()
CSOM String ContentType.get_EditFormUrl()
JSOM string SP.ContentType.get_editFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormUrl
SSOM Microsoft.SharePoint.SPFieldLinkCollection get_FieldLinks()
CSOM FieldLinkCollection ContentType.get_FieldLinks()
JSOM FieldLinkCollection SP.ContentType.get_fieldLinks()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/fieldLinks
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/fieldLinks
SSOM Microsoft.SharePoint.SPFieldCollection get_Fields()
CSOM FieldCollection ContentType.get_Fields()
JSOM FieldCollection SP.ContentType.get_fields()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/fields
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/fields
SSOM System.String get_Group()
CSOM String ContentType.get_Group()
JSOM string SP.ContentType.get_group()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/group
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/group
SSOM System.Boolean get_Hidden()
CSOM Boolean ContentType.get_Hidden()
JSOM boolean SP.ContentType.get_hidden()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/hidden
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/hidden
SSOM Microsoft.SharePoint.SPContentTypeId get_Id()
CSOM ContentTypeId ContentType.get_Id()
JSOM ContentTypeId SP.ContentType.get_id()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/id
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/id
SSOM System.String get_JSLink()
CSOM String ContentType.get_JSLink()
JSOM string SP.ContentType.get_jSLink()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/jsLink
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/jsLink
SSOM System.String get_MobileDisplayFormUrl()
CSOM String ContentType.get_MobileDisplayFormUrl()
SSOM System.String get_MobileEditFormUrl()
CSOM String ContentType.get_MobileEditFormUrl()
SSOM System.String get_MobileNewFormUrl()
CSOM String ContentType.get_MobileNewFormUrl()
SSOM System.String get_Name()
CSOM String ContentType.get_Name()
JSOM string SP.ContentType.get_name()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/name
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/name
SSOM Microsoft.SharePoint.SPUserResource get_NameResource()
CSOM UserResource ContentType.get_NameResource()
SSOM System.String get_NewFormTemplateName()
CSOM String ContentType.get_NewFormTemplateName()
JSOM string SP.ContentType.get_newFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormTemplateName
SSOM System.String get_NewFormUrl()
CSOM String ContentType.get_NewFormUrl()
JSOM string SP.ContentType.get_newFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormUrl
SSOM Microsoft.SharePoint.SPContentType get_Parent()
CSOM ContentType ContentType.get_Parent()
JSOM ContentType SP.ContentType.get_parent()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/parent
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/parent
SSOM System.Boolean get_ReadOnly()
CSOM Boolean ContentType.get_ReadOnly()
JSOM boolean SP.ContentType.get_readOnly()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/readOnly
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/readOnly
SSOM System.String get_SchemaXml()
CSOM String ContentType.get_SchemaXml()
JSOM string SP.ContentType.get_schemaXml()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXml
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXml
SSOM System.String get_SchemaXmlWithResourceTokens()
CSOM String ContentType.get_SchemaXmlWithResourceTokens()
JSOM string SP.ContentType.get_schemaXmlWithResourceTokens()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXmlWithResourceTokens
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXmlWithResourceTokens
SSOM System.String get_Scope()
CSOM String ContentType.get_Scope()
JSOM string SP.ContentType.get_scope()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/scope
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/scope
SSOM System.Boolean get_Sealed()
CSOM Boolean ContentType.get_Sealed()
JSOM boolean SP.ContentType.get_sealed()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/sealed
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/sealed
SSOM System.String get_StringId()
CSOM String ContentType.get_StringId()
JSOM string SP.ContentType.get_stringId()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/stringId
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/stringId
SSOM Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection get_WorkflowAssociations()
CSOM WorkflowAssociationCollection ContentType.get_WorkflowAssociations()
JSOM WorkflowAssociationCollection SP.ContentType.get_workflowAssociations()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/workflowAssociations
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/workflowAssociations
SSOM System.Void set_Description(System.String)
CSOM ContentType.set_Description(String)
JSOM SP.ContentType.set_description()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/description
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/description
SSOM System.Void set_DisplayFormTemplateName(System.String)
CSOM ContentType.set_DisplayFormTemplateName(String)
JSOM SP.ContentType.set_displayFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormTemplateName
SSOM System.Void set_DisplayFormUrl(System.String)
CSOM ContentType.set_DisplayFormUrl(String)
JSOM SP.ContentType.set_displayFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/displayFormUrl
SSOM System.Void set_DocumentTemplate(System.String)
CSOM ContentType.set_DocumentTemplate(String)
JSOM SP.ContentType.set_documentTemplate()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplate
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/documentTemplate
SSOM System.Void set_EditFormTemplateName(System.String)
CSOM ContentType.set_EditFormTemplateName(String)
JSOM SP.ContentType.set_editFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormTemplateName
SSOM System.Void set_EditFormUrl(System.String)
CSOM ContentType.set_EditFormUrl(String)
JSOM SP.ContentType.set_editFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/editFormUrl
SSOM System.Void set_Group(System.String)
CSOM ContentType.set_Group(String)
JSOM SP.ContentType.set_group()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/group
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/group
SSOM System.Void set_Hidden(System.Boolean)
CSOM ContentType.set_Hidden(Boolean)
JSOM SP.ContentType.set_hidden()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/hidden
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/hidden
SSOM System.Void set_JSLink(System.String)
CSOM ContentType.set_JSLink(String)
JSOM SP.ContentType.set_jSLink()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/jsLink
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/jsLink
SSOM System.Void set_MobileDisplayFormUrl(System.String)
CSOM ContentType.set_MobileDisplayFormUrl(String)
SSOM System.Void set_MobileEditFormUrl(System.String)
CSOM ContentType.set_MobileEditFormUrl(String)
SSOM System.Void set_MobileNewFormUrl(System.String)
CSOM ContentType.set_MobileNewFormUrl(String)
SSOM System.Void set_Name(System.String)
CSOM ContentType.set_Name(String)
JSOM SP.ContentType.set_name()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/name
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/name
SSOM System.Void set_NewFormTemplateName(System.String)
CSOM ContentType.set_NewFormTemplateName(String)
JSOM SP.ContentType.set_newFormTemplateName()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormTemplateName
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormTemplateName
SSOM System.Void set_NewFormUrl(System.String)
CSOM ContentType.set_NewFormUrl(String)
JSOM SP.ContentType.set_newFormUrl()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormUrl
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/newFormUrl
SSOM System.Void set_ReadOnly(System.Boolean)
CSOM ContentType.set_ReadOnly(Boolean)
JSOM SP.ContentType.set_readOnly()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/readOnly
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/readOnly
SSOM System.Void set_SchemaXmlWithResourceTokens(System.String)
CSOM ContentType.set_SchemaXmlWithResourceTokens(String)
JSOM SP.ContentType.set_schemaXmlWithResourceTokens()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXmlWithResourceTokens
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/schemaXmlWithResourceTokens
SSOM System.Void set_Sealed(System.Boolean)
CSOM ContentType.set_Sealed(Boolean)
JSOM SP.ContentType.set_sealed()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/sealed
REST GET http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/sealed

Methods

SSOM System.Void .cctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
SSOM System.Void Delete()
CSOM ContentType.DeleteObject()
JSOM SP.ContentType.deleteObject()
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/deleteObject()
SSOM System.Void Update(System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void Update(System.Boolean, System.Boolean, System.Boolean, System.Collections.Generic.IList`1<System.Exception>)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void Update(System.Boolean, System.Boolean, System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void Update(System.Boolean, System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void Update()
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateFieldsCollection(System.Collections.Generic.Dictionary`2<System.Guid, System.Boolean>, System.Guid)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateIncludingSealedAndReadOnly(System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateOnWeb(System.Boolean, System.Boolean, System.Boolean, System.Collections.Generic.IList`1<System.Exception>)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateOnWeb(System.Boolean, System.Boolean, System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateWorkflowAssociationsOnChildren(System.Boolean, System.Boolean, System.Boolean, System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateWorkflowAssociationsOnChildren(System.Boolean, System.Boolean, System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateWorkflowAssociationsOnChildren(System.Boolean)
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
SSOM System.Void UpdateWorkflowAssociationsOnChildren()
CSOM ContentType.Update(Boolean)
JSOM SP.ContentType.update(boolean)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes(contenttypeid)/update(updateChildren)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.