mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
392 B
Markdown
16 lines
392 B
Markdown
---
|
|
title: IKeymanPackage::WelcomeFile Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::WelcomeFile` property returns an
|
|
[`IKeymanPackageContentFile`](../IKeymanPackageContentFile) reference
|
|
for the welcome.htm documentation HTML file included within the package,
|
|
or `null` if no documentation was included.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentFile* WelcomeFile
|
|
```
|