SPListCollection.CreateListFromRpc Method
Creates a list from a name value collection that represents the arguments of a form submission.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function CreateListFromRpc ( _
queryString As NameValueCollection, _
<OutAttribute> ByRef nextUrl As Uri _
) As SPList
'Usage
Dim instance As SPListCollection
Dim queryString As NameValueCollection
Dim nextUrl As Uri
Dim returnValue As SPList
returnValue = instance.CreateListFromRpc(queryString, _
nextUrl)
public SPList CreateListFromRpc(
NameValueCollection queryString,
out Uri nextUrl
)
Parameters
queryString
Type: System.Collections.Specialized.NameValueCollectionA string that contains a System.Collections.Specialized.NameValueCollection object that represents the arguments from a form submission.
nextUrl
Type: System.UriA string that contains the next URL to display after processing of the request has completed.
Return Value
Type: Microsoft.SharePoint.SPList
An SPList object that represents the new list.