MarkLogic XCC/.Net Library

ContentCreateOptions.NewBinaryInstance Method 

Create an instance with format set to DocumentFormat.BINARY.

[Visual Basic]
Public Shared Function NewBinaryInstance() As ContentCreateOptions
[C#]
public static ContentCreateOptions NewBinaryInstance();

Return Value

An options object that specifies binary() format.

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace