Partager via


Lists.BeginCheckInFile, méthode (Microsoft.SharePoint.Portal.WebControls)

Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function BeginCheckInFile ( _
    pageUrl As String, _
    comment As String, _
    CheckinType As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Utilisation
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
)

Paramètres

  • pageUrl
  • comment
  • CheckinType
  • callback
  • asyncState

Voir aussi

Référence

Lists, classe
Membres Lists
Microsoft.SharePoint.Portal.WebControls, espace de noms