GetPublishedDBFiles (open)
Get multiple database-published files
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD ARRAY FUNCTION GetPublishedDBFiles(INTEGER ARRAY objectids, STRING filenamemask)Parameters
INTEGER ARRAY objectidsList of file ids for which to lookup the created file
STRING filenamemaskFilename to lookup
Return value
RECORD ARRAYA list of found files
BLOB dataFile contents
STRING filenameFilename used for published file
INTEGER whfsobjectThe fsobject that published this file