Share via


Views.BeginGetViewCollection 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 BeginGetViewCollection ( _
    listName As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Views
Dim listName As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetViewCollection(listName, _
    callback, asyncState)
public IAsyncResult BeginGetViewCollection(
    string listName,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Views Class

Views Members

Microsoft.SharePoint.Portal.WebControls Namespace