Skip to content

openFileNameInPowerPoint

openFileNameInPowerPoint

Description

Opens a Vablet file by name into PowerPoint.

Note: If the file name contains spaces please be sure to replace them with %20

REST Arguments

REST Format: fileName

Optional Parameters

Parameter Description
returnsToCallerOnClose Returns to the file that had the link when the called file is closed.
pageToReturnTo Returns to a the specified page in the calling document, used in conjunction with returnsToCallerOnClose. For HTML a hash tag is added to the return URL and javascript can be used to handle that hash tag.

Code Examples

<a href='vabletgeneral://openFileNameInPowerPoint/Sample%20File'>vabletgeneral://openFileNameInPowerPoint/Sample%20File</a>