_Presentation.CanCheckIn Method
Returns true if Microsoft PowerPoint can check in a specified presentation to a server.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function CanCheckIn As Boolean
'Usage
Dim instance As _Presentation
Dim returnValue As Boolean
returnValue = instance.CanCheckIn()
bool CanCheckIn()
Return Value
Type: System.Boolean
Remarks
To take advantage of the collaboration features built intoPowerPoint, you must store presentations on a Microsoft SharePoint Portal Server.