Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
render:export
Begins the export process. It starts with the specified page and recursively exports all links (both pages and blobs).
Syntax
<render:export pagename="page_name
" rootfolder="root_directory
" virtualfolder="url_prefix
" cid="asset_id
" [c="assettype
"] [p="parent_page_id
"][packedargs="
stringfrompackargstag
"]
[args_
var1
="
value
"] />
Parameters
pagename (required)
- Name of the page to export.
rootfolder (required)
- Export root directory. Its value equals the base directory
(cs.pgexportfolder)
plus optional subdirectory (DIR from publish destination arguments).
virtualfolder (required)
- URL prefix to add to the beginning of all assets' URLs contained in exported files.
cid (required)
- Asset ID.
c (optional)
- Asset type.
p (optional)
- Asset ID of the parent Page asset.
packedargs (optional)
- Contains already URL-encoded packed arguments in standard form, with ampersands (&) separating the arguments, and equals signs (=) separating the argument name from value.
args_
var1
- A family of generic arguments. The argument name is
xxx
and its value isyyy
. The names and values of these arguments are URL encoded and put into the final URL.
errno
The possible values of
errno
include:
Value Description -1004 An argument is missing.
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.