MarkLogic XCC/.Net Library

ContentCreateOptions.Encoding Property

Set the charset encoding to be used by the server when loading this document. The encoding provided will be passed to the server at document load time and must be a name that it recognizes. The document byte stream will be transcoded to UTF-8 for storage.

[Visual Basic]
Overridable Public Property Encoding As String
[C#]
public virtual string Encoding {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace