JavaScript | Actions | CSS | Documentation |
  | Components | Databases | NAS | Links

Search the Workbench:

Syntax:
<
CFINDEX ACTION = “Action” BODY = “Text” COLLECTIONS = “Collection Name” CUSTOM1 = “Data” CUSTOM2 = “Data” EXTENSIONS = “File Extensions” EXTERNAL = “Yes|No” KEY = “Key” QUERY = “Query Name” RECURSE = “Yes|No” TITLE = “Text” TYPE = “Type” URLPATH = “Path”>

CFIndex Actions

Action

Description

Delete

Deletes a key from collection

Optimize

Optimizes a collection

Purge

Clears all data from a collection

Refresh

Clears all data from a collection and repopulates it

Update

Updates a collection and add a key if it does exsit

Examples: This examples indexs all HTM and HTML files in all directories beneath the Web server document root:

<CFINDEX COLLECTION=”Docs” TYPE=”Path” KEY=”C:\inetpub\wwwroot” URLPATH=”http://127.0.0.1/” EXTENTIONS=”.htm, .html” RECURSE=”Yes”>

Go Back to Previous Page

Have a question that you can´t find the answer to? Want to report a possible bug?

Send a help request to NetObjects Technical Support