IKeymanPackageContentFile Interface
Introduction
The IKeymanPackageContentFile interface describes a file within a package.
Interface Hierarchy
Properties
Descriptionread only- An optional description of the file from the package metadata.
Filenameread only- The filename of the file, without path.
FullFilenameread only- The filename of the file, including path. This may point to a temporary path.
Streamread only- Returns an
IStreamreference to the file content.


