Presentations.CheckOut Method
Copies a specified presentation from a server to a local computer for editing. Returns the local path and file name of the presentation checked out.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub CheckOut ( _
FileName As String _
)
'Usage
Dim instance As Presentations
Dim FileName As String
instance.CheckOut(FileName)
void CheckOut(
string FileName
)
Parameters
- FileName
Type: System.String
The server path and name of the presentation.
Remarks
To take advantage of the collaboration features built into Microsoft PowerPoint, presentations must be stored on a Microsoft Office SharePoint Portal Server.