Expand Minimize

SPFeatureCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFeatureCollection

Type Mapping

Constructors

Properties

Methods

SSOM Microsoft.SharePoint.SPFeature Add(System.Guid)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature Add(System.Guid, System.Boolean)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature Add(System.Guid, System.Boolean, Microsoft.SharePoint.SPFeatureDefinitionScope)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature Add_Client(System.Guid, System.Boolean, Microsoft.SharePoint.SPFeatureDefinitionScope)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature AddInternal(System.Guid, System.Version, Microsoft.SharePoint.SPFeaturePropertyCollection, System.Boolean, System.Boolean, Microsoft.SharePoint.SPFeatureDefinitionScope)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature AddInternal(Microsoft.SharePoint.Administration.SPFeatureDefinition, System.Version, Microsoft.SharePoint.SPFeaturePropertyCollection, System.Boolean, System.Boolean)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature AddInternalWithName(System.Guid, System.String, System.Version, Microsoft.SharePoint.SPFeaturePropertyCollection, System.Boolean, System.Boolean, Microsoft.SharePoint.SPFeatureDefinitionScope)
CSOM Feature FeatureCollection.Add(Guid,Boolean,FeatureDefinitionScope)
JSOM Feature SP.FeatureCollection.add(Guid,boolean,FeatureDefinitionScope)
REST POST http://[sitecollection]/[site]/_api/web/features/add(featureId,force,featdefScope)
SSOM Microsoft.SharePoint.SPFeature GetFeature(System.Guid)
CSOM Feature FeatureCollection.GetById(Guid)
JSOM Feature SP.FeatureCollection.getById(Guid)
REST POST http://[sitecollection]/[site]/_api/web/features/getById(featureId)
SSOM System.Object ItemAtIndex(System.Int32)
JSOM Feature SP.FeatureCollection.itemAt(number)
SSOM System.Void Remove(System.Guid)
CSOM FeatureCollection.Remove(Guid,Boolean)
JSOM SP.FeatureCollection.remove(Guid,boolean)
REST POST http://[sitecollection]/[site]/_api/web/features/remove(featureId,force)
SSOM System.Void Remove(System.Guid, System.Boolean)
CSOM FeatureCollection.Remove(Guid,Boolean)
JSOM SP.FeatureCollection.remove(Guid,boolean)
REST POST http://[sitecollection]/[site]/_api/web/features/remove(featureId,force)
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.