| MongoGridFSDownload Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Download(String) | 
            Downloads the most recent version of a GridFS file.
             | 
|  | Download(Stream, MongoGridFSFileInfo) | 
            Downloads a GridFS file.
             | 
|  | Download(Stream, IMongoQuery) | 
            Downloads the most recent version of a GridFS file.
             | 
|  | Download(Stream, String) | 
            Downloads the most recent version of a GridFS file.
             | 
|  | Download(String, MongoGridFSFileInfo) | 
            Downloads a GridFS file.
             | 
|  | Download(String, IMongoQuery) | 
            Downloads the most recent version of a GridFS file.
             | 
|  | Download(String, Int32) | 
            Downloads a specific version of a GridFS file.
             | 
|  | Download(String, String) | 
            Downloads the most recent version of a GridFS file.
             | 
|  | Download(Stream, IMongoQuery, Int32) | 
            Downloads a specific version of a GridFS file.
             | 
|  | Download(Stream, String, Int32) | 
            Downloads a specific version of a GridFS file.
             | 
|  | Download(String, IMongoQuery, Int32) | 
            Downloads a specific version of a GridFS file.
             | 
|  | Download(String, String, Int32) | 
            Downloads a specific version of a GridFS file.
             | 
 See Also
See Also