
AssetQuery
Components User's Guide
37
filter (continued)
A.ApprovedDate
: Asset approval date
A.ApprovedBy
: User who approved the asset
A.CheckOutTime
:
Check out time
A.Path
: Deploy folder path to the asset.
A.FileDate
: Last modified date
A.Creator
: User who created the asset
A.CheckOutName
: User who checked out the asset
A.ApprovedVersion
: Approved version
A.LatestVersion
: Latest version
A.StartDate
: Start date for the asset
A.ExpireDate
: Expiration date for the asset
IMPORTANT!
If no
StartDate
or
ExpireDate
filters
are defined, the AssetQuery component returns any
asset regardless of expiration or start date. This can
lead to errors if the component generates links to files
which are not deployed because they are expired or
haven't start yet.
layout
Layout file to use for
links to contribution
documents, or to
generate alternate
versions of other assets
using the formatting in
the layout file
The layout file that will be used to format HTML versions
of contribution documents.
If you link query results to an HTML version of a
contribution document, you must include this property
to determine which layout file will be used to generate
the HTML.
If you will link query results to pages that contain a
QueryNavigator component, you must include this
property. It must refer to the page that contains the
QueryNavigator component. For more information, see
"Query Navigator" on page 101.
levelsdeep
Number Allows you to do a recursive search on the specified
number of levels deep within your deploy folder tree.
For this property, you specify how many levels beneath
a particular folder (specified by the
root
or
relative
property) to search.
For example:
<nexus:component classid="nexus/components/
AssetQuery" code="$nexusComponents"
root="/website/Offices/"
levelsdeep="3">
$node.Path$node.FileName<br>
</nexus:component>
Property Value Description
Commenti su questo manuale