Presentations.CanCheckOut Method
Returns true if Microsoft PowerPoint can check out a specified presentation from a server.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function CanCheckOut ( _
FileName As String _
) As Boolean
'Usage
Dim instance As Presentations
Dim FileName As String
Dim returnValue As Boolean
returnValue = instance.CanCheckOut(FileName)
bool CanCheckOut(
string FileName
)
Parameters
- FileName
Type: System.String
The server path and name of the presentation.
Return Value
Type: System.Boolean
Remarks
To take advantage of the collaboration features built into PowerPoint, you must store presentations on a Microsoft Office SharePoint Portal Server.