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_outgoing_relationships()

Usage

get_outgoing_relationships(from, to, relType)
get_outgoing_relationships(from, to)

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

Example

${get_outgoing_relationships(me, page)}

results in

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

Search results for "get_outgoing_relationships()"

get_outgoing_relationships()

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

get_outgoing_relationships(from, to [, relType ])