Presentation.CheckInWithVersion (PowerPoint)

Returns a presentation from a local computer to a server, and sets the local file to read-only so that it cannot be edited locally.

To take advantage of the collaboration features built into Microsoft PowerPoint, you must store presentations on a Microsoft SharePoint Portal Server. For the VersionType parameter, you can also pass a constant from the PpCheckInVersionType enumeration.

CheckInWithVersion (SaveChanges, Comments, MakePublic, VersionType)


ActivePresentation.CheckInWithVersion

Arguments

Optional arguments

The following arguments are optional

SaveChanges (Boolean) - True saves the presentation to the server location. The default value is False.

Comments (String) - Comments for the revision of the presentation being checked in (only applies if SaveChanges equals True).

MakePublic (Boolean) - True allows the user to perform a publish on the presentation after being checked in. This submits the document for the approval process, which can eventually result in a version of the presentation being published to users with read-only rights to the presentation (only applies if SaveChanges equals True).

VersionType (Single) - Version number of the presentation.