Wednesday, September 14, 2016

Reserved Query Strings Parameter for Sharepoint

Querystring parameters that you should not use in your SharePoint application with your custom code as they are reserved by Sharepoint.


When creating the SPContext object SharePoint evaluates the following query string parameters if you provide these paremeters as a querystring variable then you will get an error

FeatureId
ListTemplate
List
ID
VersionNo
ContentTypeId
RootFolder
View
FolderCTID
Mode
Type

With WSS 4.0 the following query string parameters used by SharePoint

PageVersion
IsDlg
Title
_V3List_

No comments:

Post a Comment