Enum Segment.ValidationMode
Determines the type of validation to perform in Segment.Validate(ValidationMode).
Namespace: Sdl.LanguagePlatform.Core
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum ValidationMode
Fields
Name | Description |
---|---|
IgnorePairedTagErrors | Ignore errors caused by paired tags. Errors caused by standalone or placeholder tags will still be reported. |
ReportAllErrors | Report all errors. |