IsBeingPublishedSince (open)
Returns true when a file is currently being published
Syntax
LOADLIB "mod::system/lib/testframework.whlib";
BOOLEAN FUNCTION IsBeingPublishedSince(INTEGER objid, DATETIME when)
Parameters
INTEGER objid
Id of the file
DATETIME when
Minimum republish date of the file
Return value
BOOLEAN
TRUE if the file is now being published, or was republished after when
.