
Data Field Macro Reference
Components User's Guide
27
CreateDate
Displays the date that the asset was created. For example:
$node.CreateDate
You can include an additional parameter to format the date. For example:
$node.CreateDate("yyyy.MMMM.dd GGG hh:mm aaa")
Will generate a date in the following format:
2001.May.10 AD 12:08 PM
See "Formatting Date Fields" on page 29 for more information.
creator
Displays the ID of the user who created the asset, its deploy folder, or its deploy
map. For example, to display the ID of the user who created the asset's deploy map:
$publishmap.creator
Description
Displays the asset's description. For example:
$node.Description
expiredate
Displays the expiration date for the asset. For example:
$node.expiredate
You can include an additional parameter to format the date. For example:
$node.expiredate("yyyy.MMMM.dd GGG")
Will generate a date in the following format:
2004.May.10 AD
See "Formatting Date Fields" on page 29 for more information.
filedate
Displays the latest modification date of a file asset, distinct from the latest checkin
date. For example:
$node.filedate
FileName
Displays the actual name of the file. The syntax is:
$node.FileName
imgheight
If a thumbnail version of an image has been generated in Collage, displays the
height of the thumbnail. For example:
$node.imgheight
imgwidth
If a thumbnail version of an image has been generated in Collage, displays the width
of the thumbnail. For example:
$node.imgwidth
latestversion
Displays the number of the latest version of the asset. For example:
$node.latestversion
Field Description
Kommentare zu diesen Handbüchern