MongoGridFSFiles Property |
Gets the files collection.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax public MongoCollection<BsonDocument> Files { get; }
Public ReadOnly Property Files As MongoCollection(Of BsonDocument)
Get
member Files : MongoCollection<BsonDocument> with get
Property Value
Type:
MongoCollectionBsonDocumentSee Also