Click or drag to resize

LiteStorageTFileIdDelete Method

Delete a file inside datafile and all metadata related

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Delete(
	TFileId id
)

Parameters

id  TFileId
 

Return Value

Boolean

Implements

ILiteStorageTFileIdDelete(TFileId)
See Also