MarkLogic XCC/.Net Library

ContentCreateOptions.PlaceKeys Property

Document permission(s) property.

A set of forest placement keys (forest IDs) to control where content will be stored.

If the URI of the document being inserted already exists exists in the contentbase, it will remain in the same forest. If a specified forest ID does not exist, that is an error. If more than one forest ID is given, the document will be placed in one of them at the server's discretion.

[Visual Basic]
Overridable Public Property PlaceKeys As Decimal()
[C#]
public virtual decimal[] PlaceKeys {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace