Click or drag to resize

LiteStorageTFileIdSetMetadata Method

Update metadata on a file. File must exist.

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

Parameters

id  TFileId
 
metadata  BsonDocument
 

Return Value

Boolean

Implements

ILiteStorageTFileIdSetMetadata(TFileId, BsonDocument)
See Also