Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetFolderInstance
  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
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
 
 
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