SPListCollection.CreateListFromRpc-Methode
Erstellt eine Liste aus einem Name-Wert-Auflistung, die die Argumente der eine Anforderung darstellt.
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
)
Parameter
queryString
Typ: System.Collections.Specialized.NameValueCollectionEine Zeichenfolge, die ein System.Collections.Specialized.NameValueCollection -Objekt enthält, das die Argumente eine Anforderung darstellt.
nextUrl
Typ: System.UriEine Zeichenfolge mit der nächsten Abschluss URL nach der Verarbeitung der Anforderung angezeigt.
Rückgabewert
Typ: Microsoft.SharePoint.SPList
Ein SPList -Objekt, das die neue Liste darstellt.