| |||||||
FRAMES NO FRAMES |
name
- The name of the document.id
- The ID of the document.url
- The link to view the document.createdate
- The date that the document was created.modifieddate
- The date that the document was last modified.description
- The decription of the document, or 'EMPTY_STRING' if there is no description.imagesrc
- The src for the document's img tag.custompropskey
- The key to access the document's custom properties data collection. The custom properties data collection is ordered based on the Knowledge Directory Preference page and each property data object has a variable called value
that returns the value for that property.Tag Information | |
Tag Name | documentsdata |
Attributes | ||||
Name | Type | Required | Default Value | Description |
id | string | true | null | The name of the variable in memory where the DO data created by this tag is stored. Specify this ID in the data attribute (most commonly the DATAVAR attribute) for any display tag consuming DO data. Multiple data tags can share the same ID, in which case they are added to a list in the order they were processed. |
scope | string | false | portlet request | The scope used to store the data. See the Logic tag library for a list of all available scopes. |
| |||||||
FRAMES NO FRAMES |