mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
30 lines
634 B
Markdown
30 lines
634 B
Markdown
---
|
|
title: IKeymanPackageContentFiles Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFiles` interface lists the files included in
|
|
the package.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > **`IKeymanPackageContentFiles`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an
|
|
[`IKeymanPackageContentFile`](../IKeymanPackageContentFile)
|
|
reference for the file identified by `Index`.
|
|
|
|
<!-- -->
|
|
|
|
[`IndexOf()`](IndexOf)
|
|
: Gets the index of a file by filename in the collection.
|