Lists.BeginCheckOutFile 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 BeginCheckOutFile ( _
pageUrl As String, _
checkoutToLocal As String, _
lastmodified As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim pageUrl As String
Dim checkoutToLocal As String
Dim lastmodified As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginCheckOutFile(pageUrl, _
checkoutToLocal, lastmodified, callback, _
asyncState)
public IAsyncResult BeginCheckOutFile(
string pageUrl,
string checkoutToLocal,
string lastmodified,
AsyncCallback callback,
Object asyncState
)
Parameters
- pageUrl
Type: System.String
- checkoutToLocal
Type: System.String
- lastmodified
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult