exportSettings
Sets export options. Currently used to specify whether all markup or only the current user's markup is included with the export.
Syntax
RxCore.exportSettings(settings)
Parameters
- settings: object — Configuration options for exporting, including:- includeAllMarkup: boolean — Set to- trueto include all markup, or- falseto include only the current user's markup.
 
Returns
- NA — This method does not return a value.