Expand Minimize

SPViewCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPViewCollection

Type Mapping

Constructors

Properties

SSOM System.Int32 get_Count()
CSOM Int32 ClientObjectCollection.get_Count()
JSOM number SP.ViewCollection.get_count()
SSOM System.Int32 get_Count()
CSOM Int32 ClientObjectCollection.get_Count()
JSOM number SP.ViewCollection.get_count()
SSOM Microsoft.SharePoint.SPView get_Item(System.Guid)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM View SP.ViewCollection.get_item()
SSOM Microsoft.SharePoint.SPView get_Item(System.Int32)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM View SP.ViewCollection.get_item()
SSOM Microsoft.SharePoint.SPView get_Item(System.String)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM View SP.ViewCollection.get_item()

Methods

SSOM System.Void add_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM System.Void add_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM System.Void AddDelayDirtyUpdate()
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/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.ViewCollection.getEnumerator()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM View SP.ViewCollection.itemAt(number)
SSOM Microsoft.SharePoint.SPView Add(System.String, System.Collections.Specialized.StringCollection, System.String, System.String, System.String, System.UInt32, System.Boolean, System.Boolean, Microsoft.SharePoint.SPViewCollection/SPViewType, System.Boolean, System.Int32)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM Microsoft.SharePoint.SPView Add(Microsoft.SharePoint.SPViewCreationInformation)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM Microsoft.SharePoint.SPView Add(System.String, System.Collections.Specialized.StringCollection, System.String, System.String, System.String, System.UInt32, System.Boolean, System.Boolean, Microsoft.SharePoint.SPViewCollection/SPViewType, System.Boolean)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM Microsoft.SharePoint.SPView Add(System.String, System.Collections.Specialized.StringCollection, System.String, System.UInt32, System.Boolean, System.Boolean, Microsoft.SharePoint.SPViewCollection/SPViewType, System.Boolean)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM Microsoft.SharePoint.SPView Add(System.String, System.Collections.Specialized.StringCollection, System.String, System.UInt32, System.Boolean, System.Boolean)
CSOM View ViewCollection.Add(ViewCreationInformation)
JSOM View SP.ViewCollection.add(ViewCreationInformation)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/add(parameters)
SSOM Microsoft.SharePoint.SPView GetById(System.Guid)
CSOM View ViewCollection.GetById(Guid)
JSOM View SP.ViewCollection.getById(Guid)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/getById(guidId)
SSOM Microsoft.SharePoint.SPView GetViewByDisplayName(System.String)
CSOM View ViewCollection.GetByTitle(String)
JSOM View SP.ViewCollection.getByTitle(string)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/getByTitle(strTitle)
SSOM System.Object ItemAtIndex(System.Int32)
JSOM View SP.ViewCollection.itemAt(number)
SSOM Microsoft.SharePoint.SPView TryGetById(System.Guid)
CSOM View ViewCollection.GetById(Guid)
JSOM View SP.ViewCollection.getById(Guid)
REST POST http://[sitecollection]/[site]/_api/web/lists(listid)/Views/getById(guidId)
SSOM System.Void Delete(System.Guid)
CSOM View.DeleteObject()
JSOM SP.View.deleteObject()
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.