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)

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

  • nextUrl
    Type: System.Uri

    A 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.

See also

Reference

SPListCollection class

SPListCollection members

Microsoft.SharePoint namespace