The methods of the ContentCreateOptions class are listed below. For a complete list of ContentCreateOptions class members, see the ContentCreateOptions Members topic.
![]() 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. |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
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) |
Returns a String that represents the current Object. |
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
ContentCreateOptions Class | Marklogic.Xcc Namespace