remove_child_file

Removes a file from children list

Removes the given file from the children file list of the compound file. This is useful if you want to modify the child file list before the upload.

After uploading the compound file, this method will have not effect.

Parameters

  • child_file:CompoundChildFile: The child file object to be deleted.

Returns

The list new of CompoundChildFile objects with the file removed from the list.