| GetFolderInstance |
| |
Get associated folder data for a specific type |
| |
| Library |
 |
module::publisher/contenttypes.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION GetFolderInstance (INTEGER folderid,RECORD typedef,BOOLEAN create) |
| |
| Parameters |
 |
| folderid |
 |
Folder to read data for |
 |
| typedef |
 |
Content type to read |
 |
| create |
 |
Create instance if it doesn't exist |
 |
|
| |
| Returns |
 |
The folder's data, or a non-existing record if this content type has not been instantiated for the specified folder |
| |