API Reference
Class
Helpers
Helper utilities for PowerPoint examples and library consumers.
Inheritance
- Object
- Helpers
Methods
public static Void Open(String filePath, Boolean open) #Returns:
VoidOpens the specified file with the OS default application when requested.
Parameters
- filePath System.String
- Absolute or relative path to the file.
- open System.Boolean
- When true, launches the associated app.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object