Click or drag to resize

LiteStorageTFileIdDownload(TFileId, String, Boolean) Method

Copy all file content to a file

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public LiteFileInfo<TFileId> Download(
	TFileId id,
	string filename,
	bool overwritten
)

Parameters

id  TFileId
 
filename  String
 
overwritten  Boolean
 

Return Value

LiteFileInfoTFileId

Implements

ILiteStorageTFileIdDownload(TFileId, String, Boolean)
See Also