fileProperties

The fileProperties tag stores an ItemDataAccess object in @var that can be used to interrogate the properties of a file. If the file does not exist or is not accessible from the portal, no value is stored in the variable.

This tag contains the following attributes:

harpUrl
The . If specified, projectKey and itemKey are ignored.
  • Required: false
  • Type:
  • Default: none
harpUrlString
The as a string. If specified, projectKey and itemKey are ignored.
  • Required: false
  • Type: String
  • Default: none
itemKey
The item key
  • Required: false
  • Type: String
  • Default: none
projectKey
The Project key
  • Required: false
  • Type: String
  • Default: none
scope
The scope of the @var attribute. Valid values are "page" and "request".
  • Required: false
  • Type: String
  • Default: "request"
searchResult
The object. If specified, projectKey, portalKey, and harpUrl are ignored.
  • Required: false
  • Type:
  • Default: none
var
The name of the variable used to access the result.
  • Required: true
  • Type: String
  • Default: none

This tag contains the following attributes.

Name Description Required Type Default
harpUrl The . If specified, projectKey and itemKey are ignored. false none
harpUrlString The as a string. If specified, projectKey and itemKey are ignored. false String none
itemKey The item key false String none
projectKey The Project key false String none
scope The scope of the @var attribute. Valid values are "page" and "request". false String "request"
searchResult The object. If specified, projectKey, portalKey, and harpUrl are ignored. false none
var The name of the variable used to access the result. true String none