Go to the source code of this file.
deleteContentDirectory |
( |
|
$dirname | ) |
|
Removes content of the directory (not sub directory)
- Parameters
-
string | $dirname | the directory name to remove |
- Returns
- boolean True/False whether the directory was deleted.
- Deprecated:
- To delete (not used)
Definition at line 260 of file exportfld.php.
exportfld |
( |
Action & |
$action, |
|
|
|
$aflid = "0" , |
|
|
|
$famid = "" , |
|
|
|
$outputPath = "" , |
|
|
|
$exportInvisibleVisibilities = false |
|
) |
| |
Exportation of documents from folder or searches
- Parameters
-
Action | &$action | current action |
string | $aflid | Folder identifier to use if no "id" http vars |
string | $famid | Family restriction to filter folder content |
string | $outputPath | where put export, if wfile outputPath is a directory |
bool | $exportInvisibleVisibilities | set to true to export invisible attribute also |
- Exceptions
-
Dcp\Exception | |
Exception | string $fldid Http var : folder identifier to export string $wprof Http var : (Y|N) if Y export associated profil also string $wfile Http var : (Y|N) if Y export attached file export format will be tgz string $wident Http var : (Y|N) if Y specid column is set with identifier of document string $wutf8 Http var : (Y|N) if Y encoding is utf-8 else iso8859-1 string $wcolumn Http var : if - export preferences are ignored string $eformat Http var : (I|R|F) I: for reimport, R: Raw data, F: Formatted data string $selection Http var : JSON document selection object |
- Returns
- void
Definition at line 41 of file exportfld.php.
recordStatus |
( |
Action & |
$action, |
|
|
|
$exportId, |
|
|
|
$msg, |
|
|
|
$endStatus = false |
|
) |
| |