Ticket #86 (assigned Defect: null)
Batched functions of the File class are missing the refreshArcGISCatalog parameter
| Reported by: | jjr8 | Owned by: | jjr8 |
|---|---|---|---|
| Priority: | Medium | Milestone: | Unscheduled |
| Component: | Tools - Data Management | Version: | 0.2 |
| Keywords: | Cc: |
Description (last modified by jjr8) (diff)
The non-batched functions have the refreshArcGISCatalog parameter, for example:
Copy(sourceFile, destinationFile[, overwriteExisting[, refreshArcGISCatalog]])
But this parameter is missing from the batched functions:
CopyList(sourceFileList, destinationFileList[, skipExisting[, overwriteExisting]]) CopyTable(connection, table, sourceFileField, destinationFileField[, where[, orderBy[, directions[, skipExisting[, overwriteExisting]]]]]) CopyArcGISTable(table, sourceFileField, destinationFileField[, where[, orderBy[, directions[, skipExisting[, overwriteExisting]]]]])
Change History
Note: See
TracTickets for help on using
tickets.
