Click or drag to resize

ILiteStorageTFileIdDownload(TFileId, Stream) Method

Copy all file content to a steam

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
LiteFileInfo<TFileId> Download(
	TFileId id,
	Stream stream
)

Parameters

id  TFileId
 
stream  Stream
 

Return Value

LiteFileInfoTFileId
See Also