Export Command¶
Use export command to config format of output like html or pdf.
Note
The export command inherit from CommandBase Class.
structure of export command¶
1 2 3 | <basis core="redirect" type="" >
<configs></configs>
</basis>
|
Attributes¶
- type
ResultTyperequired[##-notation Determine mime of response like
htmlorpdf. For more details see ResultType.
Tags¶
- configs
optionalmulti Determine setting for selected mime type with
typeattribute. For more information see Configs Tag.
Note
For see more Information about [##-notation,see [## Notation
Remarks¶
Each value of ResultType Enum has separated settings that let you change output result.