CodeCharge Studio

FileName Run-Time Variable (ColdFusion)

Applies to

Page context

Type

string

Access

read/write

Syntax

<cfset value = strFileName> (CF)

<cfset value = Request.strFileName> (CFT)

Description

This variable contains the name of the target page for the links in the navigator and sorter components. This filename is used to build links (column headers for sorters and next, previous, numbers links for navigators). This variable is declared in the Request scope for ColdFusion and Templates.

See also

strRedirect Variable


On-line, printable versions and updates