Retrieve the attachments to a wiki page.

synGetWikiAttachments(wiki)

Arguments

wiki

the Wiki object for which the attachments are to be returned.

Value

A list of file handles for the files attached to the Wiki.

Examples

if (FALSE) {
wiki <- synGetWiki(project)
attachments <- synGetWikiAttachments(wiki)
}