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 objectids

List of file ids for which to lookup the created file

STRING filenamemask

Filename to lookup

Return value

RECORD ARRAY

A list of found files

BLOB data

File contents

STRING filename

Filename used for published file

INTEGER whfsobject

The fsobject that published this file