Hi,

On Tue, Jun 4, 2013 at 7:29 AM, Christian Eugster
<[email protected]> wrote:
> I want to use nodetype sling:OrderedFolder, but could not find any further
> information how to implement it. As I understand, I have to define a node as
> "jcr:primaryType":"sling:OrderedFolder" (json)...

Yes, or use -F jcr:primaryType=sling:orderedFolder if creating nodes with curl.

> ...As I understand, the child
> nodes of this node are inserted in order. But in what order?...

JCR ordered folders just keep the order in which nodes are inserted,
the node won't do any sorting by itself.

You can use Node.orderBefore to move nodes in an ordered folder.

-Bertrand

Reply via email to