MarkLogic XCC/.Net Library

ContentCreateOptions.ResolveEntities Property

Document entity resolution flag property. If true, any entity references in a document being inserted will be resolved (if possible) by XCC and sent to the server for inline expansion. If false, entities will simply be stored as text. The default is false and this flag is only meaningful when the format is DocumentFormat.XML.

[Visual Basic]
Overridable Public Property ResolveEntities As Boolean
[C#]
public virtual bool ResolveEntities {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace