Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Functions for publisher database
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Websites/CMS
Website development
Publication functions
 
Functions for publisher database
Navigation path library
Provides HTML output control functions
Templates
Utility library for static publications
Functions for publisher database

This library exports the publisher.sites, files and folder tables, and offers
functions to browse and search through these tables. This library is available
in both WebHare AP and WebHare Lite.

Use the following code in your script to load the library:

  LOADLIB "module::publisher/publisher.whlib";

Public Functions and Macros

FindFile Find a file by its ID
FindFileByFullPath Find a file by its full path
FindFileByName Find a file by its name
FindFolder Find a folder by its ID
FindFolderByFullPath Find a folder by its full path
FindFolderByName Find a folder by its name
FindSite Find a site by its ID
FindSiteByName Find a site by its name
GetAllFileTypes Returns all supported filetypes with their information
GetContentFileTypeProps Check file type properties, following linked files if necessary
GetFileSubpageURL Create a link to a published file's subpage
GetFileTypeProps Check file type properties
GetFolderTree Returns an array of folder records from the root to the specified folder
GetFolderTreeIDS Returns an array of folder IDs from the root to the specified folder
GetPublisherVersion Get the version of the current publishing engine
IsFolderAncestorOf Check if a folder is a parent or ancestor of another folder
ReadConversionProfile Read and parse a conversion profile
 
Top To top of page