Click or drag to resize

ProcessTagResult Enumeration

Represents an indication of how to continue analysis after processing an unknown tag.

Namespace: Patagames.GedcomNetSdk.Enums
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public enum ProcessTagResult
Members
Member nameValueDescription
Error0 Cause the GEDSOM engine to throw an UnknownTagException exception.
SkipTag1 Skip the current tag and continue parsing the GEDCOM transmission file in the same context.
ExitContext2 Exit the current parsing context and continue parsing in the parent context.
ReplaceContext3 Replace the current parsing context with another one. If the context being replaced is part of a GEDCOM collection, then it will be replaced in that collection by the replacing context.
Continue4 Continue processing.
See Also