GetContentFileTypeProps (open)
Check file type properties, following linked files if necessary
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD FUNCTION GetContentFileTypeProps(INTEGER filetype, INTEGER filelinkid)
Parameters
INTEGER filetype
The filetype of which you want to check the poperties
INTEGER filelinkid
An optional id of a linked file.
Return value
RECORD
File type info record, as returned by GetFiletypeProps
Description
Check the file type poperties. If the filetype is a link, and the id of the linked file is supplied, the function will check for the file type properties of the linked file.