Lists.BeginGetListItems 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
Public Function BeginGetListItems ( _
listName As String, _
viewName As String, _
query As XmlNode, _
viewFields As XmlNode, _
rowLimit As String, _
queryOptions As XmlNode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listName As String
Dim viewName As String
Dim query As XmlNode
Dim viewFields As XmlNode
Dim rowLimit As String
Dim queryOptions As XmlNode
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetListItems(listName, _
viewName, query, viewFields, rowLimit, _
queryOptions, callback, asyncState)
public IAsyncResult BeginGetListItems(
string listName,
string viewName,
XmlNode query,
XmlNode viewFields,
string rowLimit,
XmlNode queryOptions,
AsyncCallback callback,
Object asyncState
)
Parameters
- listName
Type: System.String
- viewName
Type: System.String
- query
Type: System.Xml.XmlNode
- viewFields
Type: System.Xml.XmlNode
- rowLimit
Type: System.String
- queryOptions
Type: System.Xml.XmlNode
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult