|  |  
 |   |   
 SYNOPSISbool mongoc_gridfs_remove_by_filename (mongoc_gridfs_t *gridfs, PARAMETERS
 DESCRIPTIONRemoves all files matching filename and their data chunks from the MongoDB server. RETURNSReturns true if successful, including when no files match. Returns false and sets error if there are invalid arguments or a server or network error. ERRORSErrors are propagated via the error parameter. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |