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.

get_incoming_relationships()

Usage

get_incoming_relationships(from, to, relType)
get_incoming_relationships(from, to)

Description
Returns all incoming relationships between the given nodes, with an optional qualifying relationship type.

Example

${get_incoming_relationships(page, me)}

results in

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

Search results for "get_incoming_relationships()"

get_incoming_relationships()

Returns all incoming relationships between the given nodes, with an optional qualifying relationship type.

get_incoming_relationships(from, to [, relType ])