OfflinePackageDocumentInfo

Represents a document included in an offline package.

Introduced in version 4.1.

Properties

String projectKey
The project key.
String itemKey
The item key.
String contextKey
The context key.
String refId
The reference ID within the context, for example, the topicref ID in a DITA map.
boolean rootDoc
Whether or not this document was explicitly requested for inclusion in the package, and not included by virtue of being part of another explicit document. For example, when packaging a specific DITA map, the map itself will be marked as explicitly requested, while its topics will not (assuming the package requested the inclusion of contextualized children).
boolean virtualTopic
If true, this is a 'virtual' topic generated through content processing. There are two main cases for virtual content: DITA topics generated for <topicref> elements that specify a title but no content, and chunked sections of non-DITA XML documents.