MongoGridFS.CopyTo Method (String, String) (original) (raw)

MongoGridFSCopyTo Method (String, String)

Copies a GridFS file.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public MongoGridFSFileInfo CopyTo( string sourceFileName, string destFileName )

Public Function CopyTo ( sourceFileName As String, destFileName As String ) As MongoGridFSFileInfo

member CopyTo : sourceFileName : string * destFileName : string -> MongoGridFSFileInfo

Parameters

sourceFileName

Type: SystemString
The source file name.

destFileName

Type: SystemString
The destination file name.

Return Value

Type: MongoGridFSFileInfo
The file info of the new GridFS file.

See Also

Reference