SPAddReportPage.SaveListAndFolderToCookies Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub SaveListAndFolderToCookies ( _
list As String, _
folder As String _
)
'Usage
Dim list As String
Dim folder As String
Me.SaveListAndFolderToCookies(list, _
folder)
protected void SaveListAndFolderToCookies(
string list,
string folder
)
Parameters
- list
Type: System.String
- folder
Type: System.String