Instance Property
documentPathsToConvert
The paths of the documentation nodes to convert.
var documentPathsToConvert: [String]?
Discussion
Use this property to indicate what documentation nodes should be converted. When externalIDsToConvert and documentPathsToConvert are both set, the documentation nodes that are in either arrays will be converted.
If you want all the render nodes to be returned as part of the conversion’s response, set this property to nil.