Retrieves the headers of all Wikis belonging to the owner (the entity to which the Wiki is attached).

synGetWikiHeaders(owner)

Arguments

owner

An Entity

Value

A list of Objects with three fields: id, title and parentId.

Examples

if (FALSE) {
synGetWikiHeaders(project)
}