| GetAllFileInstances |
| |
Get multiple associated instances with a file |
| |
| Library |
 |
module::publisher/contenttypes.whlib |
| |
| Syntax |
 |
PUBLIC RECORD ARRAY FUNCTION GetAllFileInstances (INTEGER fileid,RECORD typedef) |
| |
| Parameters |
 |
| fileid |
 |
File to look up instances for |
 |
| typedef |
 |
Content type to look up |
 |
|
| |
| Returns |
 |
An array of instances. Each instance has an additional 'instanceid' field for unqiue identification |
| |