mongoc_gridfs_file_set_id()
Synopsis
bool 
mongoc_gridfs_file_set_id (mongoc_gridfs_file_t *file, 
                           const bson_value_t   *id, 
                           bson_error_t          error);Parameters
| file | |
| id | A bson_value_t. | 
| error | A bson_error_t. | 
Description
Sets the id of file to any BSON type.
If an error occurred, false is returned.
Returns
Returns true if successful, otherwise false.