Expand Minimize

SPWeb Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPWeb

Type Mapping

Constructors

Properties

SSOM Microsoft.SharePoint.SPBasePermissions get_EffectiveBasePermissions()
CSOM BasePermissions Web.get_EffectiveBasePermissions()
JSOM BasePermissions SP.Web.get_effectiveBasePermissions()
REST POST http://[sitecollection]/[site]/_api/web/effectiveBasePermissions
REST GET http://[sitecollection]/[site]/_api/web/effectiveBasePermissions
SSOM Microsoft.SharePoint.SPSecurableObject get_FirstUniqueAncestorSecurableObject()
CSOM SecurableObject SecurableObject.get_FirstUniqueAncestorSecurableObject()
JSOM SecurableObject SP.Web.get_firstUniqueAncestorSecurableObject()
SSOM System.Boolean get_HasUniqueRoleAssignments()
CSOM Boolean SecurableObject.get_HasUniqueRoleAssignments()
JSOM boolean SP.Web.get_hasUniqueRoleAssignments()
SSOM Microsoft.SharePoint.SPRoleAssignmentCollection get_RoleAssignments()
CSOM RoleAssignmentCollection SecurableObject.get_RoleAssignments()
JSOM RoleAssignmentCollection SP.Web.get_roleAssignments()
SSOM System.Boolean get_AllowDesignerForCurrentUser()
CSOM Boolean Web.get_AllowDesignerForCurrentUser()
JSOM boolean SP.Web.get_allowDesignerForCurrentUser()
REST POST http://[sitecollection]/[site]/_api/web/allowDesignerForCurrentUser
REST GET http://[sitecollection]/[site]/_api/web/allowDesignerForCurrentUser
SSOM System.Boolean get_AllowMasterPageEditingForCurrentUser()
CSOM Boolean Web.get_AllowMasterPageEditingForCurrentUser()
JSOM boolean SP.Web.get_allowMasterPageEditingForCurrentUser()
REST POST http://[sitecollection]/[site]/_api/web/allowMasterPageEditingForCurrentUser
REST GET http://[sitecollection]/[site]/_api/web/allowMasterPageEditingForCurrentUser
SSOM System.Boolean get_AllowRevertFromTemplateForCurrentUser()
CSOM Boolean Web.get_AllowRevertFromTemplateForCurrentUser()
JSOM boolean SP.Web.get_allowRevertFromTemplateForCurrentUser()
REST POST http://[sitecollection]/[site]/_api/web/allowRevertFromTemplateForCurrentUser
REST GET http://[sitecollection]/[site]/_api/web/allowRevertFromTemplateForCurrentUser
SSOM System.Boolean get_AllowRssFeeds()
CSOM Boolean Web.get_AllowRssFeeds()
JSOM boolean SP.Web.get_allowRssFeeds()
REST POST http://[sitecollection]/[site]/_api/web/allowRssFeeds
REST GET http://[sitecollection]/[site]/_api/web/allowRssFeeds
SSOM System.Collections.Hashtable get_AllProperties()
CSOM PropertyValues Web.get_AllProperties()
JSOM PropertyValues SP.Web.get_allProperties()
REST POST http://[sitecollection]/[site]/_api/web/allProperties
REST GET http://[sitecollection]/[site]/_api/web/allProperties
SSOM Microsoft.SharePoint.SPUserCollection get_AllUsers()
CSOM UserCollection Web.get_SiteUsers()
JSOM UserCollection SP.Web.get_siteUsers()
REST POST http://[sitecollection]/[site]/_api/web/siteUsers
REST GET http://[sitecollection]/[site]/_api/web/siteUsers
SSOM System.String get_AlternateCssUrl()
CSOM String Web.get_AlternateCssUrl()
SSOM System.Guid get_AppInstanceId()
CSOM Guid Web.get_AppInstanceId()
JSOM Guid SP.Web.get_appInstanceId()
REST POST http://[sitecollection]/[site]/_api/web/appInstanceId
REST GET http://[sitecollection]/[site]/_api/web/appInstanceId
SSOM System.Collections.Generic.IList`1<Microsoft.SharePoint.SPGroup> get_AssociatedGroups()
CSOM GroupCollection Web.get_SiteGroups()
JSOM GroupCollection SP.Web.get_siteGroups()
REST POST http://[sitecollection]/[site]/_api/web/siteGroups
REST GET http://[sitecollection]/[site]/_api/web/siteGroups
SSOM Microsoft.SharePoint.SPGroup get_AssociatedMemberGroup()
CSOM Group Web.get_AssociatedMemberGroup()
JSOM Group SP.Web.get_associatedMemberGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedMemberGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedMemberGroup
SSOM Microsoft.SharePoint.SPGroup get_AssociatedOwnerGroup()
CSOM Group Web.get_AssociatedOwnerGroup()
JSOM Group SP.Web.get_associatedOwnerGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedOwnerGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedOwnerGroup
SSOM Microsoft.SharePoint.SPGroup get_AssociatedVisitorGroup()
CSOM Group Web.get_AssociatedVisitorGroup()
JSOM Group SP.Web.get_associatedVisitorGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedVisitorGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedVisitorGroup
SSOM Microsoft.SharePoint.SPContentTypeCollection get_AvailableContentTypes()
CSOM ContentTypeCollection Web.get_AvailableContentTypes()
JSOM ContentTypeCollection SP.Web.get_availableContentTypes()
REST POST http://[sitecollection]/[site]/_api/web/availableContentTypes
REST GET http://[sitecollection]/[site]/_api/web/availableContentTypes
SSOM Microsoft.SharePoint.SPFieldCollection get_AvailableFields()
CSOM FieldCollection Web.get_AvailableFields()
JSOM FieldCollection SP.Web.get_availableFields()
REST POST http://[sitecollection]/[site]/_api/web/availableFields
REST GET http://[sitecollection]/[site]/_api/web/availableFields
SSOM System.Int16 get_Configuration()
CSOM Int16 Web.get_Configuration()
JSOM number SP.Web.get_configuration()
REST POST http://[sitecollection]/[site]/_api/web/configuration
REST GET http://[sitecollection]/[site]/_api/web/configuration
SSOM Microsoft.SharePoint.SPContentTypeCollection get_ContentTypes()
CSOM ContentTypeCollection Web.get_ContentTypes()
JSOM ContentTypeCollection SP.Web.get_contentTypes()
REST POST http://[sitecollection]/[site]/_api/web/contentTypes
REST GET http://[sitecollection]/[site]/_api/web/contentTypes
SSOM Microsoft.SharePoint.SPContext get_Context()
CSOM ClientRuntimeContext ClientObject.get_Context()
JSOM ClientRuntimeContext SP.Web.get_context()
SSOM System.DateTime get_Created()
CSOM DateTime Web.get_Created()
JSOM Date SP.Web.get_created()
REST POST http://[sitecollection]/[site]/_api/web/created
REST GET http://[sitecollection]/[site]/_api/web/created
SSOM Microsoft.SharePoint.SPUser get_CurrentUser()
CSOM User Web.get_CurrentUser()
JSOM User SP.Web.get_currentUser()
REST POST http://[sitecollection]/[site]/_api/web/currentUser
REST GET http://[sitecollection]/[site]/_api/web/currentUser
SSOM System.String get_CustomMasterUrl()
CSOM String Web.get_CustomMasterUrl()
JSOM string SP.Web.get_customMasterUrl()
REST POST http://[sitecollection]/[site]/_api/web/customMasterUrl
REST GET http://[sitecollection]/[site]/_api/web/customMasterUrl
SSOM System.String get_DefaultUrl()
CSOM String Web.get_Url()
JSOM string SP.Web.get_url()
REST POST http://[sitecollection]/[site]/_api/web/url
REST GET http://[sitecollection]/[site]/_api/web/url
SSOM System.String get_Description()
CSOM String Web.get_Description()
JSOM string SP.Web.get_description()
REST POST http://[sitecollection]/[site]/_api/web/description
REST GET http://[sitecollection]/[site]/_api/web/description
SSOM Microsoft.SharePoint.SPUserResource get_DescriptionResource()
CSOM UserResource Web.get_DescriptionResource()
SSOM Microsoft.SharePoint.SPDocTemplateCollection get_DocTemplates()
CSOM ListTemplateCollection Web.get_ListTemplates()
JSOM ListTemplateCollection SP.Web.get_listTemplates()
REST POST http://[sitecollection]/[site]/_api/web/listTemplates
REST GET http://[sitecollection]/[site]/_api/web/listTemplates
SSOM System.Boolean get_DocumentLibraryCalloutOfficeWebAppPreviewersDisabled()
CSOM Boolean Web.get_DocumentLibraryCalloutOfficeWebAppPreviewersDisabled()
JSOM boolean SP.Web.get_documentLibraryCalloutOfficeWebAppPreviewersDisabled()
REST POST http://[sitecollection]/[site]/_api/web/documentLibraryCalloutOfficeWebAppPreviewersDisabled
REST GET http://[sitecollection]/[site]/_api/web/documentLibraryCalloutOfficeWebAppPreviewersDisabled
SSOM Microsoft.SharePoint.SPBasePermissions get_EffectiveBasePermissions()
CSOM BasePermissions Web.get_EffectiveBasePermissions()
JSOM BasePermissions SP.Web.get_effectiveBasePermissions()
REST POST http://[sitecollection]/[site]/_api/web/effectiveBasePermissions
REST GET http://[sitecollection]/[site]/_api/web/effectiveBasePermissions
SSOM System.Boolean get_EnableMinimalDownload()
CSOM Boolean Web.get_EnableMinimalDownload()
JSOM boolean SP.Web.get_enableMinimalDownload()
REST POST http://[sitecollection]/[site]/_api/web/enableMinimalDownload
REST GET http://[sitecollection]/[site]/_api/web/enableMinimalDownload
SSOM Microsoft.SharePoint.SPEventReceiverDefinitionCollection get_EventReceivers()
CSOM EventReceiverDefinitionCollection Web.get_EventReceivers()
JSOM EventReceiverDefinitionCollection SP.Web.get_eventReceivers()
REST POST http://[sitecollection]/[site]/_api/web/eventReceivers
REST GET http://[sitecollection]/[site]/_api/web/eventReceivers
SSOM Microsoft.SharePoint.SPFeatureCollection get_Features()
CSOM FeatureCollection Web.get_Features()
JSOM FeatureCollection SP.Web.get_features()
REST POST http://[sitecollection]/[site]/_api/web/features
REST GET http://[sitecollection]/[site]/_api/web/features
SSOM Microsoft.SharePoint.SPFieldCollection get_Fields()
CSOM FieldCollection Web.get_Fields()
JSOM FieldCollection SP.Web.get_fields()
REST POST http://[sitecollection]/[site]/_api/web/fields
REST GET http://[sitecollection]/[site]/_api/web/fields
SSOM Microsoft.SharePoint.SPSecurableObject get_FirstUniqueAncestorSecurableObject()
CSOM SecurableObject SecurableObject.get_FirstUniqueAncestorSecurableObject()
JSOM SecurableObject SP.Web.get_firstUniqueAncestorSecurableObject()
SSOM Microsoft.SharePoint.SPFolderCollection get_Folders()
CSOM FolderCollection Web.get_Folders()
JSOM FolderCollection SP.Web.get_folders()
REST POST http://[sitecollection]/[site]/_api/web/folders
REST GET http://[sitecollection]/[site]/_api/web/folders
SSOM Microsoft.SharePoint.SPGroupCollection get_Groups()
CSOM GroupCollection Web.get_SiteGroups()
JSOM GroupCollection SP.Web.get_siteGroups()
REST POST http://[sitecollection]/[site]/_api/web/siteGroups
REST GET http://[sitecollection]/[site]/_api/web/siteGroups
SSOM System.Guid get_ID()
CSOM Guid Web.get_Id()
JSOM Guid SP.Web.get_id()
REST POST http://[sitecollection]/[site]/_api/web/id
REST GET http://[sitecollection]/[site]/_api/web/id
SSOM System.UInt32 get_Language()
CSOM UInt32 Web.get_Language()
JSOM number SP.Web.get_language()
REST POST http://[sitecollection]/[site]/_api/web/language
REST GET http://[sitecollection]/[site]/_api/web/language
SSOM System.DateTime get_LastItemModifiedDate()
CSOM DateTime Web.get_LastItemModifiedDate()
JSOM Date SP.Web.get_lastItemModifiedDate()
REST POST http://[sitecollection]/[site]/_api/web/lastItemModifiedDate
REST GET http://[sitecollection]/[site]/_api/web/lastItemModifiedDate
SSOM Microsoft.SharePoint.SPListCollection get_Lists()
CSOM ListCollection Web.get_Lists()
JSOM ListCollection SP.Web.get_lists()
REST POST http://[sitecollection]/[site]/_api/web/lists
REST GET http://[sitecollection]/[site]/_api/web/lists
SSOM Microsoft.SharePoint.SPListTemplateCollection get_ListTemplates()
CSOM ListTemplateCollection Web.get_ListTemplates()
JSOM ListTemplateCollection SP.Web.get_listTemplates()
REST POST http://[sitecollection]/[site]/_api/web/listTemplates
REST GET http://[sitecollection]/[site]/_api/web/listTemplates
SSOM System.String get_MasterUrl()
CSOM String Web.get_MasterUrl()
JSOM string SP.Web.get_masterUrl()
REST POST http://[sitecollection]/[site]/_api/web/masterUrl
REST GET http://[sitecollection]/[site]/_api/web/masterUrl
SSOM System.String get_Name()
CSOM String Web.get_Title()
JSOM string SP.Web.get_title()
REST POST http://[sitecollection]/[site]/_api/web/title
REST GET http://[sitecollection]/[site]/_api/web/title
SSOM Microsoft.SharePoint.Navigation.SPNavigation get_Navigation()
CSOM Navigation Web.get_Navigation()
JSOM Navigation SP.Web.get_navigation()
REST POST http://[sitecollection]/[site]/_api/web/navigation
REST GET http://[sitecollection]/[site]/_api/web/navigation
SSOM Microsoft.SharePoint.SPWeb get_ParentWeb()
CSOM WebInformation Web.get_ParentWeb()
JSOM WebInformation SP.Web.get_parentWeb()
REST POST http://[sitecollection]/[site]/_api/web/parentWeb
REST GET http://[sitecollection]/[site]/_api/web/parentWeb
SSOM Microsoft.SharePoint.Utilities.SPPropertyBag get_Properties()
CSOM PropertyValues Web.get_AllProperties()
JSOM PropertyValues SP.Web.get_allProperties()
REST POST http://[sitecollection]/[site]/_api/web/allProperties
REST GET http://[sitecollection]/[site]/_api/web/allProperties
SSOM Microsoft.SharePoint.SPPushNotificationSubscriberCollection get_PushNotificationSubscribers()
CSOM PushNotificationSubscriberCollection Web.get_PushNotificationSubscribers()
JSOM PushNotificationSubscriberCollection SP.Web.get_pushNotificationSubscribers()
REST POST http://[sitecollection]/[site]/_api/web/pushNotificationSubscribers
REST GET http://[sitecollection]/[site]/_api/web/pushNotificationSubscribers
SSOM System.Boolean get_QuickLaunchEnabled()
CSOM Boolean Web.get_QuickLaunchEnabled()
JSOM boolean SP.Web.get_quickLaunchEnabled()
REST POST http://[sitecollection]/[site]/_api/web/quickLaunchEnabled
REST GET http://[sitecollection]/[site]/_api/web/quickLaunchEnabled
SSOM Microsoft.SharePoint.SPRecycleBinItemCollection get_RecycleBin()
CSOM RecycleBinItemCollection Web.get_RecycleBin()
JSOM RecycleBinItemCollection SP.Web.get_recycleBin()
REST POST http://[sitecollection]/[site]/_api/web/recycleBin
REST GET http://[sitecollection]/[site]/_api/web/recycleBin
SSOM System.Boolean get_RecycleBinEnabled()
CSOM Boolean Web.get_RecycleBinEnabled()
JSOM boolean SP.Web.get_recycleBinEnabled()
REST POST http://[sitecollection]/[site]/_api/web/recycleBinEnabled
REST GET http://[sitecollection]/[site]/_api/web/recycleBinEnabled
SSOM Microsoft.SharePoint.SPRegionalSettings get_RegionalSettings()
CSOM RegionalSettings Web.get_RegionalSettings()
JSOM RegionalSettings SP.Web.get_regionalSettings()
REST POST http://[sitecollection]/[site]/_api/web/regionalSettings
REST GET http://[sitecollection]/[site]/_api/web/regionalSettings
SSOM Microsoft.SharePoint.SPRoleDefinitionCollection get_RoleDefinitions()
CSOM RoleDefinitionCollection Web.get_RoleDefinitions()
JSOM RoleDefinitionCollection SP.Web.get_roleDefinitions()
REST POST http://[sitecollection]/[site]/_api/web/roleDefinitions
REST GET http://[sitecollection]/[site]/_api/web/roleDefinitions
SSOM Microsoft.SharePoint.SPFolder get_RootFolder()
CSOM Folder Web.get_RootFolder()
JSOM Folder SP.Web.get_rootFolder()
REST POST http://[sitecollection]/[site]/_api/web/rootFolder
REST GET http://[sitecollection]/[site]/_api/web/rootFolder
SSOM System.Boolean get_SaveSiteAsTemplateEnabled()
CSOM Boolean Web.get_SaveSiteAsTemplateEnabled()
JSOM boolean SP.Web.get_saveSiteAsTemplateEnabled()
REST POST http://[sitecollection]/[site]/_api/web/saveSiteAsTemplateEnabled
REST GET http://[sitecollection]/[site]/_api/web/saveSiteAsTemplateEnabled
SSOM System.String get_ServerRelativeUrl()
CSOM String Web.get_ServerRelativeUrl()
JSOM string SP.Web.get_serverRelativeUrl()
REST POST http://[sitecollection]/[site]/_api/web/serverRelativeUrl
REST GET http://[sitecollection]/[site]/_api/web/serverRelativeUrl
SSOM System.Boolean get_ShowUrlStructureForCurrentUser()
CSOM Boolean Web.get_ShowUrlStructureForCurrentUser()
JSOM boolean SP.Web.get_showUrlStructureForCurrentUser()
REST POST http://[sitecollection]/[site]/_api/web/showUrlStructureForCurrentUser
REST GET http://[sitecollection]/[site]/_api/web/showUrlStructureForCurrentUser
SSOM Microsoft.SharePoint.SPGroupCollection get_SiteGroups()
CSOM GroupCollection Web.get_SiteGroups()
JSOM GroupCollection SP.Web.get_siteGroups()
REST POST http://[sitecollection]/[site]/_api/web/siteGroups
REST GET http://[sitecollection]/[site]/_api/web/siteGroups
SSOM System.String get_SiteLogoUrl()
CSOM String Web.get_SiteLogoUrl()
SSOM Microsoft.SharePoint.SPList get_SiteUserInfoList()
CSOM List Web.get_SiteUserInfoList()
JSOM List SP.Web.get_siteUserInfoList()
REST POST http://[sitecollection]/[site]/_api/web/siteUserInfoList
REST GET http://[sitecollection]/[site]/_api/web/siteUserInfoList
SSOM Microsoft.SharePoint.SPUserCollection get_SiteUsers()
CSOM UserCollection Web.get_SiteUsers()
JSOM UserCollection SP.Web.get_siteUsers()
REST POST http://[sitecollection]/[site]/_api/web/siteUsers
REST GET http://[sitecollection]/[site]/_api/web/siteUsers
SSOM System.Collections.Generic.IEnumerable`1<System.Int32> get_SupportedUILanguageIds()
CSOM IEnumerable Web.get_SupportedUILanguageIds()
JSOM Array SP.Web.get_supportedUILanguageIds()
REST POST http://[sitecollection]/[site]/_api/web/supportedUILanguageIds
REST GET http://[sitecollection]/[site]/_api/web/supportedUILanguageIds
SSOM System.Boolean get_SyndicationEnabled()
CSOM Boolean Web.get_SyndicationEnabled()
JSOM boolean SP.Web.get_syndicationEnabled()
REST POST http://[sitecollection]/[site]/_api/web/syndicationEnabled
REST GET http://[sitecollection]/[site]/_api/web/syndicationEnabled
SSOM Microsoft.SharePoint.SPThemeInfo get_ThemeInfo()
CSOM ThemeInfo Web.get_ThemeInfo()
JSOM ThemeInfo SP.Web.get_themeInfo()
REST POST http://[sitecollection]/[site]/_api/web/themeInfo
REST GET http://[sitecollection]/[site]/_api/web/themeInfo
SSOM System.String get_Title()
CSOM String Web.get_Title()
JSOM string SP.Web.get_title()
REST POST http://[sitecollection]/[site]/_api/web/title
REST GET http://[sitecollection]/[site]/_api/web/title
SSOM Microsoft.SharePoint.SPUserResource get_TitleResource()
CSOM UserResource Web.get_TitleResource()
SSOM System.Boolean get_TreeViewEnabled()
CSOM Boolean Web.get_TreeViewEnabled()
JSOM boolean SP.Web.get_treeViewEnabled()
REST POST http://[sitecollection]/[site]/_api/web/treeViewEnabled
REST GET http://[sitecollection]/[site]/_api/web/treeViewEnabled
SSOM System.Int32 get_UIVersion()
CSOM Int32 Web.get_UIVersion()
JSOM number SP.Web.get_uIVersion()
REST POST http://[sitecollection]/[site]/_api/web/uiVersion
REST GET http://[sitecollection]/[site]/_api/web/uiVersion
SSOM System.Boolean get_UIVersionConfigurationEnabled()
CSOM Boolean Web.get_UIVersionConfigurationEnabled()
JSOM boolean SP.Web.get_uIVersionConfigurationEnabled()
REST POST http://[sitecollection]/[site]/_api/web/uiVersionConfigurationEnabled
REST GET http://[sitecollection]/[site]/_api/web/uiVersionConfigurationEnabled
SSOM System.String get_Url()
CSOM String Web.get_Url()
JSOM string SP.Web.get_url()
REST POST http://[sitecollection]/[site]/_api/web/url
REST GET http://[sitecollection]/[site]/_api/web/url
SSOM Microsoft.SharePoint.SPUserCustomActionCollection get_UserCustomActions()
CSOM UserCustomActionCollection Web.get_UserCustomActions()
JSOM UserCustomActionCollection SP.Web.get_userCustomActions()
REST POST http://[sitecollection]/[site]/_api/web/userCustomActions
REST GET http://[sitecollection]/[site]/_api/web/userCustomActions
SSOM Microsoft.SharePoint.SPUserCollection get_Users()
CSOM UserCollection Web.get_SiteUsers()
JSOM UserCollection SP.Web.get_siteUsers()
REST POST http://[sitecollection]/[site]/_api/web/siteUsers
REST GET http://[sitecollection]/[site]/_api/web/siteUsers
SSOM Microsoft.SharePoint.SPWebCollection get_Webs()
CSOM WebCollection Web.get_Webs()
JSOM WebCollection SP.Web.get_webs()
REST POST http://[sitecollection]/[site]/_api/web/webs
REST GET http://[sitecollection]/[site]/_api/web/webs
SSOM System.String get_WebTemplate()
CSOM String Web.get_WebTemplate()
JSOM string SP.Web.get_webTemplate()
REST POST http://[sitecollection]/[site]/_api/web/webTemplate
REST GET http://[sitecollection]/[site]/_api/web/webTemplate
SSOM System.Int32 get_WebTemplateId()
CSOM String Web.get_WebTemplate()
JSOM string SP.Web.get_webTemplate()
REST POST http://[sitecollection]/[site]/_api/web/webTemplate
REST GET http://[sitecollection]/[site]/_api/web/webTemplate
SSOM Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection get_WorkflowAssociations()
CSOM WorkflowAssociationCollection Web.get_WorkflowAssociations()
JSOM WorkflowAssociationCollection SP.Web.get_workflowAssociations()
REST POST http://[sitecollection]/[site]/_api/web/workflowAssociations
REST GET http://[sitecollection]/[site]/_api/web/workflowAssociations
SSOM Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection get_WorkflowTemplates()
CSOM WorkflowTemplateCollection Web.get_WorkflowTemplates()
JSOM WorkflowTemplateCollection SP.Web.get_workflowTemplates()
REST POST http://[sitecollection]/[site]/_api/web/workflowTemplates
REST GET http://[sitecollection]/[site]/_api/web/workflowTemplates
SSOM System.Void set_AlternateCssUrl(System.String)
CSOM Web.set_AlternateCssUrl(String)
SSOM System.Void set_AssociatedMemberGroup(Microsoft.SharePoint.SPGroup)
CSOM Web.set_AssociatedMemberGroup(Group)
JSOM SP.Web.set_associatedMemberGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedMemberGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedMemberGroup
SSOM System.Void set_AssociatedOwnerGroup(Microsoft.SharePoint.SPGroup)
CSOM Web.set_AssociatedOwnerGroup(Group)
JSOM SP.Web.set_associatedOwnerGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedOwnerGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedOwnerGroup
SSOM System.Void set_AssociatedVisitorGroup(Microsoft.SharePoint.SPGroup)
CSOM Web.set_AssociatedVisitorGroup(Group)
JSOM SP.Web.set_associatedVisitorGroup()
REST POST http://[sitecollection]/[site]/_api/web/associatedVisitorGroup
REST GET http://[sitecollection]/[site]/_api/web/associatedVisitorGroup
SSOM System.Void set_CustomMasterUrl(System.String)
CSOM Web.set_CustomMasterUrl(String)
JSOM SP.Web.set_customMasterUrl()
REST POST http://[sitecollection]/[site]/_api/web/customMasterUrl
REST GET http://[sitecollection]/[site]/_api/web/customMasterUrl
SSOM System.Void set_Description(System.String)
CSOM Web.set_Description(String)
JSOM SP.Web.set_description()
REST POST http://[sitecollection]/[site]/_api/web/description
REST GET http://[sitecollection]/[site]/_api/web/description
SSOM System.Void set_EnableMinimalDownload(System.Boolean)
CSOM Web.set_EnableMinimalDownload(Boolean)
JSOM SP.Web.set_enableMinimalDownload()
REST POST http://[sitecollection]/[site]/_api/web/enableMinimalDownload
REST GET http://[sitecollection]/[site]/_api/web/enableMinimalDownload
SSOM System.Void set_MasterUrl(System.String)
CSOM Web.set_MasterUrl(String)
JSOM SP.Web.set_masterUrl()
REST POST http://[sitecollection]/[site]/_api/web/masterUrl
REST GET http://[sitecollection]/[site]/_api/web/masterUrl
SSOM System.Void set_Name(System.String)
CSOM Web.set_Title(String)
JSOM SP.Web.set_title()
REST POST http://[sitecollection]/[site]/_api/web/title
REST GET http://[sitecollection]/[site]/_api/web/title
SSOM System.Void set_QuickLaunchEnabled(System.Boolean)
CSOM Web.set_QuickLaunchEnabled(Boolean)
JSOM SP.Web.set_quickLaunchEnabled()
REST POST http://[sitecollection]/[site]/_api/web/quickLaunchEnabled
REST GET http://[sitecollection]/[site]/_api/web/quickLaunchEnabled
SSOM System.Void set_SaveSiteAsTemplateEnabled(System.Boolean)
CSOM Web.set_SaveSiteAsTemplateEnabled(Boolean)
JSOM SP.Web.set_saveSiteAsTemplateEnabled()
REST POST http://[sitecollection]/[site]/_api/web/saveSiteAsTemplateEnabled
REST GET http://[sitecollection]/[site]/_api/web/saveSiteAsTemplateEnabled
SSOM System.Void set_ServerRelativeUrl(System.String)
CSOM Web.set_ServerRelativeUrl(String)
JSOM SP.Web.set_serverRelativeUrl()
REST POST http://[sitecollection]/[site]/_api/web/serverRelativeUrl
REST GET http://[sitecollection]/[site]/_api/web/serverRelativeUrl
SSOM System.Void set_SiteLogoUrl(System.String)
CSOM Web.set_SiteLogoUrl(String)
SSOM System.Void set_SyndicationEnabled(System.Boolean)
CSOM Web.set_SyndicationEnabled(Boolean)
JSOM SP.Web.set_syndicationEnabled()
REST POST http://[sitecollection]/[site]/_api/web/syndicationEnabled
REST GET http://[sitecollection]/[site]/_api/web/syndicationEnabled
SSOM System.Void set_Title(System.String)
CSOM Web.set_Title(String)
JSOM SP.Web.set_title()
REST POST http://[sitecollection]/[site]/_api/web/title
REST GET http://[sitecollection]/[site]/_api/web/title
SSOM System.Void set_TreeViewEnabled(System.Boolean)
CSOM Web.set_TreeViewEnabled(Boolean)
JSOM SP.Web.set_treeViewEnabled()
REST POST http://[sitecollection]/[site]/_api/web/treeViewEnabled
REST GET http://[sitecollection]/[site]/_api/web/treeViewEnabled
SSOM System.Void set_UIVersion(System.Int32)
CSOM Web.set_UIVersion(Int32)
JSOM SP.Web.set_uIVersion()
REST POST http://[sitecollection]/[site]/_api/web/uiVersion
REST GET http://[sitecollection]/[site]/_api/web/uiVersion
SSOM System.Void set_UIVersionConfigurationEnabled(System.Boolean)
CSOM Web.set_UIVersionConfigurationEnabled(Boolean)
JSOM SP.Web.set_uIVersionConfigurationEnabled()
REST POST http://[sitecollection]/[site]/_api/web/uiVersionConfigurationEnabled
REST GET http://[sitecollection]/[site]/_api/web/uiVersionConfigurationEnabled

Methods

SSOM System.Void .cctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
SSOM System.Void BreakRoleInheritance(System.Boolean)
CSOM SecurableObject.BreakRoleInheritance(Boolean,Boolean)
JSOM SP.Web.breakRoleInheritance(boolean,boolean)
SSOM System.Void BreakRoleInheritance(System.Boolean, System.Boolean)
CSOM SecurableObject.BreakRoleInheritance(Boolean,Boolean)
JSOM SP.Web.breakRoleInheritance(boolean,boolean)
SSOM System.Boolean DoesUserHavePermissions(Microsoft.SharePoint.SPBasePermissions)
CSOM ClientResult Web.DoesUserHavePermissions(BasePermissions)
JSOM BooleanResult SP.Web.doesUserHavePermissions(BasePermissions)
REST POST http://[sitecollection]/[site]/_api/web/doesUserHavePermissions(permissionMask)
SSOM Microsoft.SharePoint.SPBasePermissions GetUserEffectivePermissions(System.String)
CSOM ClientResult Web.GetUserEffectivePermissions(String)
JSOM BasePermissions SP.Web.getUserEffectivePermissions(string)
REST POST http://[sitecollection]/[site]/_api/web/getUserEffectivePermissions(userName)
SSOM Microsoft.SharePoint.SPBasePermissions GetUserEffectivePermissionsOptimized(Microsoft.SharePoint.SPUser)
CSOM ClientResult Web.GetUserEffectivePermissions(String)
JSOM BasePermissions SP.Web.getUserEffectivePermissions(string)
REST POST http://[sitecollection]/[site]/_api/web/getUserEffectivePermissions(userName)
SSOM System.Void ResetRoleInheritance()
CSOM SecurableObject.ResetRoleInheritance()
JSOM SP.Web.resetRoleInheritance()
SSOM System.Void ApplyTheme(System.String)
CSOM Web.ApplyTheme(String,String,String,Boolean)
JSOM SP.Web.applyTheme(string,string,string,boolean)
REST POST http://[sitecollection]/[site]/_api/web/applyTheme(colorPaletteUrl,fontSchemeUrl,backgroundImageUrl,shareGenerated)
SSOM System.Void ApplyWebTemplate(System.String)
CSOM Web.ApplyWebTemplate(String)
JSOM SP.Web.applyWebTemplate(string)
REST POST http://[sitecollection]/[site]/_api/web/applyWebTemplate(webTemplate)
SSOM System.Void ApplyWebTemplate(Microsoft.SharePoint.SPWebTemplate)
CSOM Web.ApplyWebTemplate(String)
JSOM SP.Web.applyWebTemplate(string)
REST POST http://[sitecollection]/[site]/_api/web/applyWebTemplate(webTemplate)
SSOM System.Void BreakRoleInheritance(System.Boolean, System.Boolean)
CSOM SecurableObject.BreakRoleInheritance(Boolean,Boolean)
JSOM SP.Web.breakRoleInheritance(boolean,boolean)
SSOM System.Void Delete()
CSOM Web.DeleteObject()
JSOM SP.Web.deleteObject()
REST POST http://[sitecollection]/[site]/_api/web/deleteObject()
SSOM System.Boolean DoesPushNotificationSubscriberExist(System.Guid)
CSOM ClientResult Web.DoesPushNotificationSubscriberExist(Guid)
JSOM BooleanResult SP.Web.doesPushNotificationSubscriberExist(Guid)
REST GET http://[sitecollection]/[site]/_api/web/doesPushNotificationSubscriberExist(deviceAppInstanceId)
REST POST http://[sitecollection]/[site]/_api/web/doesPushNotificationSubscriberExist(deviceAppInstanceId)
SSOM System.Boolean DoesUserHavePermissions(System.String, Microsoft.SharePoint.SPBasePermissions)
CSOM ClientResult Web.DoesUserHavePermissions(BasePermissions)
JSOM BooleanResult SP.Web.doesUserHavePermissions(BasePermissions)
REST POST http://[sitecollection]/[site]/_api/web/doesUserHavePermissions(permissionMask)
SSOM System.Boolean DoesUserHavePermissions_Client(Microsoft.SharePoint.SPBasePermissions_Client)
CSOM ClientResult Web.DoesUserHavePermissions(BasePermissions)
JSOM BooleanResult SP.Web.doesUserHavePermissions(BasePermissions)
REST POST http://[sitecollection]/[site]/_api/web/doesUserHavePermissions(permissionMask)
SSOM Microsoft.SharePoint.SPUser EnsureUser(System.String)
CSOM User Web.EnsureUser(String)
JSOM User SP.Web.ensureUser(string)
REST POST http://[sitecollection]/[site]/_api/web/ensureUser(logonName)
SSOM Microsoft.SharePoint.Administration.SPAppBdcCatalog GetAppBdcCatalog()
CSOM AppBdcCatalog Web.GetAppBdcCatalog()
JSOM AppBdcCatalog SP.Web.getAppBdcCatalog()
REST POST http://[sitecollection]/[site]/_api/web/getAppBdcCatalog()
SSOM Microsoft.SharePoint.Administration.SPAppBdcCatalog GetAppBdcCatalogForAppInstance(System.Guid)
CSOM AppBdcCatalog Web.GetAppBdcCatalogForAppInstance(Guid)
JSOM AppBdcCatalog SP.Web.getAppBdcCatalogForAppInstance(Guid)
REST POST http://[sitecollection]/[site]/_api/web/getAppBdcCatalogForAppInstance(appInstanceId)
SSOM Microsoft.SharePoint.Administration.SPAppInstance GetAppInstanceById(System.Guid)
CSOM AppInstance Web.GetAppInstanceById(Guid)
JSOM AppInstance SP.Web.getAppInstanceById(Guid)
REST GET http://[sitecollection]/[site]/_api/web/getAppInstanceById(appInstanceId)
REST POST http://[sitecollection]/[site]/_api/web/getAppInstanceById(appInstanceId)
SSOM System.Collections.Generic.IList`1<Microsoft.SharePoint.Administration.SPAppInstance> GetAppInstancesByProductId(System.Guid)
CSOM ClientObjectList Web.GetAppInstancesByProductId(Guid)
JSOM ClientObjectList SP.Web.getAppInstancesByProductId(Guid)
REST GET http://[sitecollection]/[site]/_api/web/getAppInstancesByProductId(productId)
REST POST http://[sitecollection]/[site]/_api/web/getAppInstancesByProductId(productId)
SSOM Microsoft.SharePoint.SPWebTemplateCollection GetAvailableWebTemplates(System.UInt32)
CSOM WebTemplateCollection Web.GetAvailableWebTemplates(UInt32,Boolean)
JSOM WebTemplateCollection SP.Web.getAvailableWebTemplates(number,boolean)
REST POST http://[sitecollection]/[site]/_api/web/getAvailableWebTemplates(lcid,doIncludeCrossLanguage)
SSOM Microsoft.SharePoint.SPWebTemplateCollection GetAvailableWebTemplates(System.UInt32, System.Boolean)
CSOM WebTemplateCollection Web.GetAvailableWebTemplates(UInt32,Boolean)
JSOM WebTemplateCollection SP.Web.getAvailableWebTemplates(number,boolean)
REST POST http://[sitecollection]/[site]/_api/web/getAvailableWebTemplates(lcid,doIncludeCrossLanguage)
SSOM Microsoft.SharePoint.SPList GetCatalog(Microsoft.SharePoint.SPListTemplateType)
CSOM List Web.GetCatalog(Int32)
JSOM List SP.Web.getCatalog(number)
REST POST http://[sitecollection]/[site]/_api/web/getCatalog(typeCatalog)
SSOM Microsoft.SharePoint.SPList GetCatalog_Client(System.Int32)
CSOM List Web.GetCatalog(Int32)
JSOM List SP.Web.getCatalog(number)
REST POST http://[sitecollection]/[site]/_api/web/getCatalog(typeCatalog)
SSOM Microsoft.SharePoint.SPChangeCollection GetChanges(Microsoft.SharePoint.SPChangeToken)
CSOM ChangeCollection Web.GetChanges(ChangeQuery)
JSOM ChangeCollection SP.Web.getChanges(ChangeQuery)
REST POST http://[sitecollection]/[site]/_api/web/getChanges(query)
SSOM Microsoft.SharePoint.SPChangeCollection GetChanges(Microsoft.SharePoint.SPChangeToken, Microsoft.SharePoint.SPChangeToken, System.Boolean, System.Int64)
CSOM ChangeCollection Web.GetChanges(ChangeQuery)
JSOM ChangeCollection SP.Web.getChanges(ChangeQuery)
REST POST http://[sitecollection]/[site]/_api/web/getChanges(query)
SSOM Microsoft.SharePoint.SPChangeCollection GetChanges(Microsoft.SharePoint.SPChangeToken, Microsoft.SharePoint.SPChangeToken)
CSOM ChangeCollection Web.GetChanges(ChangeQuery)
JSOM ChangeCollection SP.Web.getChanges(ChangeQuery)
REST POST http://[sitecollection]/[site]/_api/web/getChanges(query)
SSOM Microsoft.SharePoint.SPChangeCollection GetChanges(Microsoft.SharePoint.SPChangeQuery)
CSOM ChangeCollection Web.GetChanges(ChangeQuery)
JSOM ChangeCollection SP.Web.getChanges(ChangeQuery)
REST POST http://[sitecollection]/[site]/_api/web/getChanges(query)
SSOM Microsoft.SharePoint.SPChangeCollection GetChanges()
CSOM ChangeCollection Web.GetChanges(ChangeQuery)
JSOM ChangeCollection SP.Web.getChanges(ChangeQuery)
REST POST http://[sitecollection]/[site]/_api/web/getChanges(query)
SSOM Microsoft.SharePoint.BusinessData.MetadataModel.ClientOM.Entity GetEntity_Client(System.String, System.String)
CSOM Entity Web.GetEntity(String,String)
JSOM Entity SP.Web.getEntity(string,string)
REST POST http://[sitecollection]/[site]/_api/web/getEntity(nnamespace,name)
SSOM Microsoft.SharePoint.SPFile GetFile(System.String)
CSOM File Web.GetFileByServerRelativeUrl(String)
JSOM File SP.Web.getFileByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFileByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFile GetFile(System.String, System.Byte)
CSOM File Web.GetFileByServerRelativeUrl(String)
JSOM File SP.Web.getFileByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFileByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFile GetFile(System.Guid)
CSOM File Web.GetFileByServerRelativeUrl(String)
CSOM File Web.GetFileById(Guid)
JSOM File SP.Web.getFileByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFileByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFile GetFileByServerRelativeUrl_Client(System.String)
CSOM File Web.GetFileByServerRelativeUrl(String)
JSOM File SP.Web.getFileByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFileByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFile GetFileFromThisOrRootWeb(System.String)
CSOM File Web.GetFileByServerRelativeUrl(String)
JSOM File SP.Web.getFileByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFileByServerRelativeUrl(serverRelativeUrl)
SSOM System.Object GetFileOrFolderObject(System.String)
CSOM Folder Web.GetFolderByServerRelativeUrl(String)
JSOM Folder SP.Web.getFolderByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFolderByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFolder GetFolder(System.String)
CSOM Folder Web.GetFolderByServerRelativeUrl(String)
JSOM Folder SP.Web.getFolderByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFolderByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFolder GetFolder(System.Guid)
CSOM Folder Web.GetFolderByServerRelativeUrl(String)
CSOM Folder Web.GetFolderById(Guid)
JSOM Folder SP.Web.getFolderByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFolderByServerRelativeUrl(serverRelativeUrl)
SSOM Microsoft.SharePoint.SPFolder GetFolderByServerRelativeUrl_Client(System.String)
CSOM Folder Web.GetFolderByServerRelativeUrl(String)
JSOM Folder SP.Web.getFolderByServerRelativeUrl(string)
REST POST http://[sitecollection]/[site]/_api/web/getFolderByServerRelativeUrl(serverRelativeUrl)
SSOM System.Uri GetFullUrlFromUrl(System.String, System.Boolean, System.Boolean)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
SSOM System.Uri GetFullUrlFromUrl(System.String)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
SSOM Microsoft.SharePoint.SPList GetList(System.String)
CSOM List Web.GetCatalog(Int32)
JSOM List SP.Web.getCatalog(number)
REST POST http://[sitecollection]/[site]/_api/web/getCatalog(typeCatalog)
SSOM Microsoft.SharePoint.SPList GetListFromUrl(System.String)
CSOM List Web.GetCatalog(Int32)
JSOM List SP.Web.getCatalog(number)
REST POST http://[sitecollection]/[site]/_api/web/getCatalog(typeCatalog)
SSOM Microsoft.SharePoint.SPList GetListFromWebPartPageUrl(System.String)
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListItem GetListItem(System.String)
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListItem GetListItem(System.String, System.Boolean, System.String[])
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListItem GetListItemFields(System.String, System.String[])
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListCollection GetListsOfTemplate(Microsoft.SharePoint.SPListTemplateType)
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListCollection GetListsOfType(Microsoft.SharePoint.SPBaseType)
CSOM List Web.GetList(String)
SSOM Microsoft.SharePoint.SPListCollection GetListsOfType(Microsoft.SharePoint.SPBaseType, Microsoft.SharePoint.SPBaseType, System.Boolean)
CSOM List Web.GetList(String)
SSOM System.Collections.Specialized.StringDictionary GetProperties()
CSOM PropertyValues Web.get_AllProperties()
JSOM PropertyValues SP.Web.get_allProperties()
REST POST http://[sitecollection]/[site]/_api/web/allProperties
REST GET http://[sitecollection]/[site]/_api/web/allProperties
SSOM Microsoft.SharePoint.SPPushNotificationSubscriber GetPushNotificationSubscriber(System.Guid)
CSOM PushNotificationSubscriber Web.GetPushNotificationSubscriber(Guid)
JSOM PushNotificationSubscriber SP.Web.getPushNotificationSubscriber(Guid)
REST GET http://[sitecollection]/[site]/_api/web/getPushNotificationSubscriber(deviceAppInstanceId)
REST POST http://[sitecollection]/[site]/_api/web/getPushNotificationSubscriber(deviceAppInstanceId)
SSOM Microsoft.SharePoint.SPPushNotificationSubscriberCollection GetPushNotificationSubscribersByArgs(System.String)
CSOM PushNotificationSubscriberCollection Web.GetPushNotificationSubscribersByArgs(String)
JSOM PushNotificationSubscriberCollection SP.Web.getPushNotificationSubscribersByArgs(string)
REST GET http://[sitecollection]/[site]/_api/web/getPushNotificationSubscribersByArgs(customArgs)
REST POST http://[sitecollection]/[site]/_api/web/getPushNotificationSubscribersByArgs(customArgs)
SSOM Microsoft.SharePoint.SPPushNotificationSubscriberCollection GetPushNotificationSubscribersByUser(System.String)
CSOM PushNotificationSubscriberCollection Web.GetPushNotificationSubscribersByUser(String)
JSOM PushNotificationSubscriberCollection SP.Web.getPushNotificationSubscribersByUser(string)
REST GET http://[sitecollection]/[site]/_api/web/getPushNotificationSubscribersByUser(userName)
REST POST http://[sitecollection]/[site]/_api/web/getPushNotificationSubscribersByUser(userName)
SSOM Microsoft.SharePoint.SPWebCollection GetSubwebsFiltered(Microsoft.SharePoint.SPBasePermissions, Microsoft.SharePoint.SPBasePermissions, System.Int32, System.Int16, Microsoft.SharePoint.Meetings.SPMeeting/MeetingCountFilter)
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPWebCollection GetSubwebsForCurrentUser()
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPWebCollection GetSubwebsForCurrentUser(System.Int32)
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPWebCollection GetSubwebsForCurrentUser(System.Int32, System.Int16)
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPWebCollection GetSubwebsForCurrentUser(Microsoft.SharePoint.SPSubwebQuery)
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPWebInformationCollection GetSubwebsForCurrentUser_Rest(System.Int32, System.Int16)
CSOM WebCollection Web.GetSubwebsForCurrentUser(SubwebQuery)
JSOM WebCollection SP.Web.getSubwebsForCurrentUser(SubwebQuery)
REST POST http://[sitecollection]/[site]/_api/web/getSubwebsForCurrentUser(query)
SSOM Microsoft.SharePoint.SPUser GetUserById(System.Int32)
CSOM User Web.GetUserById(Int32)
JSOM User SP.Web.getUserById(number)
REST POST http://[sitecollection]/[site]/_api/web/getUserById(userId)
SSOM Microsoft.SharePoint.SPBasePermissions GetUserEffectivePermissions(System.String)
CSOM ClientResult Web.GetUserEffectivePermissions(String)
JSOM BasePermissions SP.Web.getUserEffectivePermissions(string)
REST POST http://[sitecollection]/[site]/_api/web/getUserEffectivePermissions(userName)
SSOM Microsoft.SharePoint.SPBasePermissions_Client GetUserEffectivePermissions_Client(System.String)
CSOM ClientResult Web.GetUserEffectivePermissions(String)
JSOM BasePermissions SP.Web.getUserEffectivePermissions(string)
REST POST http://[sitecollection]/[site]/_api/web/getUserEffectivePermissions(userName)
SSOM Microsoft.SharePoint.SPBasePermissions GetUserEffectivePermissionsOptimized(Microsoft.SharePoint.SPUser)
CSOM ClientResult Web.GetUserEffectivePermissions(String)
JSOM BasePermissions SP.Web.getUserEffectivePermissions(string)
REST POST http://[sitecollection]/[site]/_api/web/getUserEffectivePermissions(userName)
SSOM System.String GetWebUrlFromPageUrl(System.String)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
SSOM Microsoft.SharePoint.Administration.SPAppInstance LoadAndInstallApp(System.IO.Stream)
CSOM AppInstance Web.LoadAndInstallApp(Stream)
JSOM AppInstance SP.Web.loadAndInstallApp(Array)
REST POST http://[sitecollection]/[site]/_api/web/loadAndInstallApp(appPackageStream)
SSOM Microsoft.SharePoint.Administration.SPAppInstance LoadAndInstallAppInSpecifiedLocale(System.IO.Stream, System.Int32)
CSOM AppInstance Web.LoadAndInstallAppInSpecifiedLocale(Stream,Int32)
JSOM AppInstance SP.Web.loadAndInstallAppInSpecifiedLocale(Array,number)
REST POST http://[sitecollection]/[site]/_api/web/loadAndInstallAppInSpecifiedLocale(appPackageStream,installationLocaleLCID)
SSOM Microsoft.SharePoint.Administration.SPAppInstance LoadApp(System.IO.Stream, System.Int32)
CSOM AppInstance Web.LoadApp(Stream,Int32)
JSOM AppInstance SP.Web.loadApp(Array,number)
REST POST http://[sitecollection]/[site]/_api/web/loadApp(appPackageStream,installationLocaleLCID)
SSOM System.String MapToIcon(System.String, System.String, Microsoft.SharePoint.Utilities.IconSize)
CSOM ClientResult Web.MapToIcon(String,String,IconSize)
JSOM StringResult SP.Web.mapToIcon(string,string,IconSize)
REST POST http://[sitecollection]/[site]/_api/web/mapToIcon(fileName,progId,size)
SSOM Microsoft.SharePoint.SPPushNotificationSubscriber RegisterPushNotificationSubscriber(System.Guid, System.String)
CSOM PushNotificationSubscriber Web.RegisterPushNotificationSubscriber(Guid,String)
JSOM PushNotificationSubscriber SP.Web.registerPushNotificationSubscriber(Guid,string)
REST POST http://[sitecollection]/[site]/_api/web/registerPushNotificationSubscriber(deviceAppInstanceId,serviceToken)
SSOM System.Void ResetRoleInheritance()
CSOM SecurableObject.ResetRoleInheritance()
JSOM SP.Web.resetRoleInheritance()
SSOM Microsoft.SharePoint.SPList TryGetListByUrl(System.String)
CSOM List Web.GetCatalog(Int32)
JSOM List SP.Web.getCatalog(number)
REST POST http://[sitecollection]/[site]/_api/web/getCatalog(typeCatalog)
SSOM System.Void UnregisterPushNotificationSubscriber(System.Guid)
CSOM Web.UnregisterPushNotificationSubscriber(Guid)
JSOM SP.Web.unregisterPushNotificationSubscriber(Guid)
REST POST http://[sitecollection]/[site]/_api/web/unregisterPushNotificationSubscriber(deviceAppInstanceId)
SSOM System.Void Update()
CSOM Web.Update()
JSOM SP.Web.update()
REST POST http://[sitecollection]/[site]/_api/web/update()
SSOM System.Void UpdateProperties(System.Collections.Specialized.StringDictionary)
CSOM Web.Update()
JSOM SP.Web.update()
REST POST http://[sitecollection]/[site]/_api/web/update()
SSOM System.Void UpdatePropertiesOnImport()
CSOM Web.Update()
JSOM SP.Web.update()
REST POST http://[sitecollection]/[site]/_api/web/update()
SSOM System.Void UpdateWebWithFeatureWebTemplateProperties(Microsoft.SharePoint.SPWebTemplateElement)
CSOM Web.Update()
JSOM SP.Web.update()
REST POST http://[sitecollection]/[site]/_api/web/update()
SSOM System.String GetServerRelativeUrlFromUrl(System.String)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
SSOM System.String GetServerRelativeUrlFromUrl(System.Uri, System.Boolean)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
SSOM System.String GetServerRelativeUrlFromUrl(System.String, System.Boolean, System.Boolean)
CSOM ClientResult Web.GetWebUrlFromPageUrl(ClientRuntimeContext,String)
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.