Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» MetaProducts Inquiry
» Features
» Getting Started
» Enhance Web Browser
Options Dialog
» General
» Integration
» Save
» User Interface
» Plugins
» Page Icons
» Citation Styles
» IQLS.exe File
Inquiry Plugins
» Plugins
» IQ Object
» FileIO Object
» Saver Object
» Elements Object
» MetaData Object
» Options Object
» Session Object
» Folder Object
» Page Object
» File Object
 

Folder Object

Contains:

Properties:

  • Title (read-only) - name of the folder.
  • FirstChildFolder (read-only) - the first subfolder.

Example:
fld = IQ.SavedPages.FirstChildFolder();
while (fld) {
...
fld = fld.NextFolder();
}
//go through all subfolders in a folder
FirstChildPage (read-only) - returns Page object of the first page in the folder.

  • ParentFolder (read-only) - returns Folder object of the parent.
  • NextFolder (read-only) - next folder of the same level.

Functions:

business solution cracking email password data recovery affiliates
data recovery demo software software help crack email password
free recovery data recovery download website data recovery prices
  • CreateFolder (title, create) - returns child folder with the specified name. If the folder doesn't exist and create is true, the folder will be created. You may omit the create parameter - it is false by default.
  • ForceFolder (titles) - create nested subfolders. titles is a string with folder names, separated with \ symbol. If the folder name contains \ symbol, it should be duplicated.

Example:
IQ.SavedPages.ForceFolder('Forums\\Inquiry').FirstChildPage;
//returns first page in the Saved Pages\Forums\Inquiry folder
FindPageWithURL (url) - looks for a page with the specified URL among all pages in the folder.

  • FullTitle (without parameters) - returns the fully-qualified folder name to pass to the ForceFolders function.
Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals