synGetWikiAttachments.Rd
Retrieve the attachments to a wiki page.
synGetWikiAttachments(wiki)
A list of file handles for the files attached to the Wiki.
if (FALSE) { # \dontrun{
wiki <- synGetWiki(project)
attachments <- synGetWikiAttachments(wiki)
} # }