MarkLogic XCC/.Net Library

ContentCreateOptions.PlaceKeys Property

Document permission(s) property.

A set of forest placement keys (forest IDs) currently to control where content will be stored. Although forest placement keys may be specified in two ways, as UInt64 or as long, they are always stored internally as UInt64 objects.

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