| MongoGridFS Constructor (MongoServer, String, MongoGridFSSettings) | 
  
    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 MongoGridFS(
	MongoServer server,
	string databaseName,
	MongoGridFSSettings settings
)
Public Sub New ( 
	server As MongoServer,
	databaseName As String,
	settings As MongoGridFSSettings
)
new : 
        server : MongoServer * 
        databaseName : string * 
        settings : MongoGridFSSettings -> MongoGridFSParameters
- server
- Type: MongoDB.DriverMongoServer
 The server.
- databaseName
- Type: SystemString
 The name of the database.
- settings
- Type: MongoDB.Driver.GridFSMongoGridFSSettings
 The settings.
 See Also
See Also