| MongoGridFSDownload Method (String, IMongoQuery, Int32) | 
 
            Downloads a specific version of a GridFS file.
            
 
    Namespace: 
   MongoDB.Driver.GridFS
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
 Syntax
Syntaxpublic void Download(
	string localFileName,
	IMongoQuery query,
	int version
)
Public Sub Download ( 
	localFileName As String,
	query As IMongoQuery,
	version As Integer
)
member Download : 
        localFileName : string * 
        query : IMongoQuery * 
        version : int -> unit 
Parameters
- localFileName
- Type: SystemString
 The local file name.
- query
- Type: MongoDB.DriverIMongoQuery
 The GridFS file.
- version
- Type: SystemInt32
 The version to download.
 See Also
See Also