Expand Minimize

SPFolderCollection Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFolderCollection

Type Mapping

Constructors

Properties

SSOM System.Int32 get_Count()
CSOM Int32 ClientObjectCollection.get_Count()
JSOM number SP.FolderCollection.get_count()
SSOM System.Int32 get_Count()
CSOM Int32 ClientObjectCollection.get_Count()
JSOM number SP.FolderCollection.get_count()
SSOM Microsoft.SharePoint.SPFolder get_Item(System.Int32)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM Folder SP.FolderCollection.get_item()
SSOM Microsoft.SharePoint.SPFolder get_Item(System.String)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM Folder SP.FolderCollection.get_item()

Methods

SSOM System.Void add_OnAddDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/AddDelayDirtyUpdateDelegate)
CSOM Folder FolderCollection.Add(String)
JSOM Folder SP.FolderCollection.add(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/add(url)
SSOM System.Void add_OnRemoveDelayDirtyUpdate(Microsoft.SharePoint.SPBaseCollection/RemoveDelayDirtyUpdateDelegate)
CSOM Folder FolderCollection.Add(String)
JSOM Folder SP.FolderCollection.add(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/add(url)
SSOM System.Void AddDelayDirtyUpdate()
CSOM Folder FolderCollection.Add(String)
JSOM Folder SP.FolderCollection.add(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/add(url)
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.FolderCollection.getEnumerator()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM Folder SP.FolderCollection.itemAt(number)
SSOM Microsoft.SharePoint.SPFolder Add(System.String)
CSOM Folder FolderCollection.Add(String)
JSOM Folder SP.FolderCollection.add(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/add(url)
SSOM Microsoft.SharePoint.SPFolder AddInternal(System.String, System.Int32)
CSOM Folder FolderCollection.Add(String)
JSOM Folder SP.FolderCollection.add(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/add(url)
SSOM Microsoft.SharePoint.SPFolder GetByUrl_Client(System.String)
CSOM Folder FolderCollection.GetByUrl(String)
JSOM Folder SP.FolderCollection.getByUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/getByUrl(url)
SSOM Microsoft.SharePoint.SPFolder GetFolderByUrl(System.String)
CSOM Folder FolderCollection.GetByUrl(String)
JSOM Folder SP.FolderCollection.getByUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/folders/getByUrl(url)
SSOM Microsoft.SharePoint.SPListItem GetItem(System.String)
CSOM T ClientObjectCollection`1.get_Item(Int32)
JSOM Folder SP.FolderCollection.get_item()
SSOM System.Object ItemAtIndex(System.Int32)
JSOM Folder SP.FolderCollection.itemAt(number)
SSOM System.Void Delete(System.String)
CSOM Folder.DeleteObject()
JSOM SP.Folder.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.