: Lists.BeginCheckInFile (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function BeginCheckInFile ( _
pageUrl As String, _
comment As String, _
CheckinType As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Uso
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
)
Parámetros
- pageUrl
- comment
- CheckinType
- callback
- asyncState
Vea también
Referencia
Lists (Clase)
Lists (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)