MarkLogic XCC/.Net Library

ContentCreateOptions.Collections Property

Document collection(s) property. An array of URIs that represent collections to which the document(s) will be added when inserted. The default is null, which indicates that the document(s) should be added to the users default collections.

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

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace