MarkLogic XCC/.Net Library

ContentCreateOptions Methods

The methods of the ContentCreateOptions class are listed below. For a complete list of ContentCreateOptions class members, see the ContentCreateOptions Members topic.

Public Static (Shared) Methods

NewBinaryInstance Create an instance with format set to DocumentFormat.BINARY.
NewTextInstance Create an instance with format set to DocumentFormat.TEXT.
NewXmlInstance Create an instance with format set to DocumentFormat.XML.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
SetFormatBinary Convenience method equivalent to
setFormat (DocumentFormat.BINARY);
.
SetFormatText Convenience method equivalent to
setFormat (DocumentFormat.TEXT);
.
SetFormatXml Convenience method equivalent to
setFormat (DocumentFormat.XML);
.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace