Go to the source code of this file.
| exportExit |
( |
Action & |
$action, |
|
|
|
$err |
|
) |
| |
| exportxmlfld |
( |
Action & |
$action, |
|
|
|
$aflid = "0", |
|
|
|
$famid = "", |
|
|
SearchDoc |
$specSearch = null, |
|
|
|
$outputFile = '', |
|
|
|
$eformat = "", |
|
|
|
$wident = 'Y', |
|
|
Fdl_DocumentSelection |
$aSelection = null, |
|
|
|
$toDownload = true |
|
) |
| |
Exportation as xml of documents from folder or searches
- Parameters
-
| Action | &$action | current action string $fldid Http var : folder identifier to export string $wfile Http var : (Y|N) if Y export attached file export format will be tgz string $flat Http var : (Y|N) if Y specid column is set with identifier of document string $eformat Http var : (X|Y) I: Y: only one xml, X: zip by document with files string $log Http var : log file output string $selection Http var : JSON document selection object |
| string | $afldid | folder identifier to export |
| string | $famid | restrict to specific family for folder |
| SearchDoc | $specSearch | use this search instead folder |
| string | $outputFile | put result into this file instead download it |
| string | $eformat | X : zip (xml inside), Y: global xml file |
| string | $eformat | X : zip (xml inside), Y: global xml file |
Definition at line 34 of file exportxmlfld.php.