MarkLogic XCC/.Net Library

DocumentFormat.Format Enumeration

An enumeration of allowable formats for document insertion.

[Visual Basic]
Public Enum DocumentFormat.Format
[C#]
public enum DocumentFormat.Format

Members

Member Name Description
XML Document format is XML.
TEXT Document format is text().
BINARY Document format is binary().
NONE Default document format, deduced from URI suffix.

Requirements

Namespace: Marklogic.Xcc

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

Marklogic.Xcc Namespace