Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetAllFileInstances
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Websites/CMS
Website development
Publisher modules
 
Content types
File manager
Publisher database definitions
Publisher webui components
Scheduler/queue control
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
 
 
In library 'contenttypes'
CreateContentType
DeleteInstance
DuplicateAsFileInstance
DuplicateAsFolderInstance
GetAllFileInstances
GetAllFolderInstances
GetContentTypeAsXML
GetContentTypeByInstance
GetContentTypeByNamespace
GetFileInstance
GetFolderInstance
GetInstanceBlobRecord
GetTypeMember
InstantiateFileContentType
InstantiateFolderContentType
ReadContentTypeFromXML
StripContentTypeInternalFields
StripInstanceInternalFields
UpdateInstance
 
Top To top of page