Expand Minimize

SPFolder Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFolder

Type Mapping

Constructors

Properties

SSOM System.Collections.Generic.IList`1<Microsoft.SharePoint.SPContentType> get_ContentTypeOrder()
CSOM IList Folder.get_ContentTypeOrder()
JSOM ContentTypeId[] SP.Folder.get_contentTypeOrder()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/contentTypeOrder
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/contentTypeOrder
SSOM Microsoft.SharePoint.SPFileCollection get_Files()
CSOM FileCollection Folder.get_Files()
JSOM FileCollection SP.Folder.get_files()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/files
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/files
SSOM Microsoft.SharePoint.SPFolderCollection get_Folders()
CSOM FolderCollection Folder.get_Folders()
JSOM FolderCollection SP.Folder.get_folders()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/folders
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/folders
SSOM Microsoft.SharePoint.SPListItem get_Item()
CSOM ListItem Folder.get_ListItemAllFields()
JSOM ListItem SP.Folder.get_listItemAllFields()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/listItemAllFields
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/listItemAllFields
SSOM System.Int32 get_ItemCount()
CSOM Int32 Folder.get_ItemCount()
JSOM number SP.Folder.get_itemCount()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/itemCount
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/itemCount
SSOM System.String get_Name()
CSOM String Folder.get_Name()
JSOM string SP.Folder.get_name()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/name
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/name
SSOM Microsoft.SharePoint.SPFolder get_ParentFolder()
CSOM Folder Folder.get_ParentFolder()
JSOM Folder SP.Folder.get_parentFolder()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/parentFolder
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/parentFolder
SSOM System.Collections.Hashtable get_Properties()
CSOM PropertyValues Folder.get_Properties()
JSOM PropertyValues SP.Folder.get_properties()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/properties
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/properties
SSOM System.String get_ServerRelativeUrl()
CSOM String Folder.get_ServerRelativeUrl()
JSOM string SP.Folder.get_serverRelativeUrl()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/serverRelativeUrl
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/serverRelativeUrl
SSOM Microsoft.SharePoint.SPFolderCollection get_SubFolders()
CSOM FolderCollection Folder.get_Folders()
JSOM FolderCollection SP.Folder.get_folders()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/folders
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/folders
SSOM System.Collections.Generic.IList`1<Microsoft.SharePoint.SPContentType> get_UniqueContentTypeOrder()
CSOM IList Folder.get_UniqueContentTypeOrder()
JSOM ContentTypeId[] SP.Folder.get_uniqueContentTypeOrder()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/uniqueContentTypeOrder
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/uniqueContentTypeOrder
SSOM System.Guid get_UniqueId()
CSOM Guid Folder.get_UniqueId()
SSOM System.String get_WelcomePage()
CSOM String Folder.get_WelcomePage()
JSOM string SP.Folder.get_welcomePage()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/welcomePage
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/welcomePage
SSOM System.Void set_UniqueContentTypeOrder(System.Collections.Generic.IList`1<Microsoft.SharePoint.SPContentType>)
CSOM Folder.set_UniqueContentTypeOrder(IList)
JSOM SP.Folder.set_uniqueContentTypeOrder()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/uniqueContentTypeOrder
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/uniqueContentTypeOrder
SSOM System.Void set_WelcomePage(System.String)
CSOM Folder.set_WelcomePage(String)
JSOM SP.Folder.set_welcomePage()
REST POST http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/welcomePage
REST GET http://[sitecollection]/[site]/_api/web/folders/getbyurl(folderrelativeurl)/welcomePage

Methods

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.