Lists.BeginAddList 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 BeginAddList ( _
listName As String, _
description As String, _
templateID As Integer, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listName As String
Dim description As String
Dim templateID As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginAddList(listName, _
description, templateID, callback, _
asyncState)
public IAsyncResult BeginAddList(
string listName,
string description,
int templateID,
AsyncCallback callback,
Object asyncState
)
Parameters
- listName
Type: System.String
- description
Type: System.String
- templateID
Type: System.Int32
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult