Click or drag to resize

LiteUpdateResults Enumeration

Combinable enumerated values that report what happened during UpdateFile processing.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
[FlagsAttribute]
public enum LiteUpdateResults
Members
Member nameValueDescription
None0 No update occured.
V2Removed1 The V2 tag was removed.
V2Replaced2 The V2 tag was replaced.
V2Added4 A V2 tag was added.
V1Removed8 A V1 tag was removed.
V1Replaced16 A V1 tag was replaced.
V1Appended32 A V1 tag was appended.
Rewritten64 It was necessary to rewrite the file to either remove or expand a V2 tag.
InPlace128 The file was updated in-place because sufficient room for the new V2 tag existed.
ForcedNone256 There were no frames to save so the save tag options were forced to be None.
ForcedV2512 There were no previous tags with save tag options Preserve, so V2Only was forced so something would be saved.
See Also