LaunchAction.LaunchAction

LaunchAction(string)

Creates a launch action.

public LaunchAction(string file)
ParameterTypeDescription
fileStringThe file to be launched.

See Also


LaunchAction(Document, string)

Creates a launch action.

public LaunchAction(Document document, string file)
ParameterTypeDescription
documentDocumentDocument where action will be created.
fileStringThe file to be launched.

See Also