You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

incoming()

Usage

incoming(node, relType)
incoming(node)

Description
Returns all incoming relationships, with an optional qualifying relationship type. This method can for example be used in the Function Query section of a Repeater Element to access the relationships of a node. See also outgoing() and has_relationship().

Example

${incoming(page)}

results in

[org.structr.web.entity.relation.PageLink@548b, org.structr.web.entity.relation.PageLink@5820]

Search results for "incoming()"

incoming()

Returns all incoming relationships, with an optional qualifying relationship type. This method can for example be used in the Function Query section of a Repeater Element to access the relationships of a node. See also outgoing() and has_relationship().

incoming(node [, relType ])