Lists.CheckOutFile 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
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CheckOutFile", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CheckOutFile ( _
pageUrl As String, _
checkoutToLocal As String, _
lastmodified As String _
) As Boolean
'Usage
Dim instance As Lists
Dim pageUrl As String
Dim checkoutToLocal As String
Dim lastmodified As String
Dim returnValue As Boolean
returnValue = instance.CheckOutFile(pageUrl, _
checkoutToLocal, lastmodified)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/CheckOutFile", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool CheckOutFile(
string pageUrl,
string checkoutToLocal,
string lastmodified
)
Parameters
- pageUrl
Type: System.String
- checkoutToLocal
Type: System.String
- lastmodified
Type: System.String
Return Value
Type: System.Boolean