Expand Minimize

SPContentTypeCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPContentTypeCollection

Type Mapping

Constructors

Properties

Methods

SSOM System.Void add_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM System.Void add_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM System.Void AddDelayDirtyUpdate()
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM System.Collections.IEnumerator GetEnumerator()
CSOM IEnumerator System.Collections.IEnumerable.GetEnumerator()
CSOM IEnumerator ClientObjectCollection`1.GetEnumerator()
CSOM IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator()
JSOM IEnumerator SP.ContentTypeCollection.getEnumerator()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM ContentType SP.ContentTypeCollection.itemAt(number)
SSOM Microsoft.SharePoint.SPContentType Add(Microsoft.SharePoint.SPContentType)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
CSOM ContentType ContentTypeCollection.AddExistingContentType(ContentType)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.addExistingContentType(ContentType)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentType Add(Microsoft.SharePoint.SPContentTypeCreationInformation)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentType Add(Microsoft.SharePoint.SPContentType, System.Boolean)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentType Add_Client(System.String)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentType AddContentType(Microsoft.SharePoint.SPContentType, System.Boolean, System.Boolean, System.Boolean)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentTypeId AddContentTypeToList(Microsoft.SharePoint.SPContentType)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentTypeId AddContentTypeToWeb(Microsoft.SharePoint.SPContentType, System.Boolean)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM System.Void AddCore(Microsoft.SharePoint.SPContentType)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM System.Void AddCore(Microsoft.SharePoint.SPContentType, System.Collections.Generic.IList`1<System.Exception>)
CSOM ContentType ContentTypeCollection.Add(ContentTypeCreationInformation)
JSOM ContentType SP.ContentTypeCollection.add(ContentTypeCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/add(parameters)
SSOM Microsoft.SharePoint.SPContentType GetById(System.String)
CSOM ContentType ContentTypeCollection.GetById(String)
JSOM ContentType SP.ContentTypeCollection.getById(string)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/contenttypes/getById(contentTypeId)
SSOM System.Object ItemAtIndex(System.Int32)
JSOM ContentType SP.ContentTypeCollection.itemAt(number)
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.