MarkLogic XCC/.Net Library

ContentCreateOptions.Format Property

Document format property. If never set, the default format (NONE) indicates that the server should apply its configured rules for determining the document format. This may include choosing a format according to the suffix of the document URI.

[Visual Basic]
Overridable Public Property Format As Format
[C#]
public virtual DocumentFormat.Format Format {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace