IKeymanPackageContentFile Interface
Introduction
The IKeymanPackageContentFile
interface describes a file within a package.
Interface Hierarchy
Properties
Description
read only- An optional description of the file from the package metadata.
Filename
read only- The filename of the file, without path.
FullFilename
read only- The filename of the file, including path. This may point to a temporary path.
Stream
read only- Returns an
IStream
reference to the file content.