MarkLogic XCC/.Net Library

DocumentRepairLevel.Level Enumeration

An enumeration defining load-time document repair levels.

[Visual Basic]
Public Enum DocumentRepairLevel.Level
[C#]
public enum DocumentRepairLevel.Level

Members

Member Name Description
FULL Repair document structure as needed to make it well-formed XML. Throw exception if not repairable by tidy.
NONE Do no document repair, throw exception if not well-formed.

Requirements

Namespace: Marklogic.Xcc

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

Marklogic.Xcc Namespace