synGetWikiAttachments.Rd
Retrieve the attachments to a wiki page.
synGetWikiAttachments(wiki)
the Wiki object for which the attachments are to be returned.
A list of file handles for the files attached to the Wiki.
if (FALSE) {
wiki <- synGetWiki(project)
attachments <- synGetWikiAttachments(wiki)
}