Share via


Lists.BeginCheckInFile 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 BeginCheckInFile ( _
    pageUrl As String, _
    comment As String, _
    CheckinType As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim pageUrl As String
Dim comment As String
Dim CheckinType As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginCheckInFile(pageUrl, _
    comment, CheckinType, callback, asyncState)
public IAsyncResult BeginCheckInFile(
    string pageUrl,
    string comment,
    string CheckinType,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Lists Class

Lists Members

Microsoft.SharePoint.Portal.WebControls Namespace