| Attributes |
| Name | Required | Request-time | Type | Description |
| rootTagId | false | true | java.lang.String | No Description |
| tag | false | true | String |
You can use the specific Tag name (for example "News Items") or you can use the fully
qualified Tag name which might look something like "Tags.Our Company.News Items". In order
to prevent problems when there are two Tags with the same name, the fully qualified method is
preferred.
|
| recurseTree | false | true | java.lang.String |
Includes all items under this node, as opposed to just the siblings.
|
| getChildren | false | true | java.lang.String |
Only retrieves child nodes - does not retrieve selected node.
|
| depth | false | true | java.lang.String |
The number of levels (down) that should be retrieved.
|
| searchTerms | false | true | java.lang.String |
Allows you to search for ArticleTypes. All articleTypes matching the String (or space seperated Strings)
are returned.
|
| breadCrumbTrailStart | false | true | java.lang.String |
Defines the start node of the breadcrumb trail. The breadcrumb trail returns a collection of ArticleType
objects, walking from the start node to the end node.
|
| breadCrumbTrailEnd | false | true | java.lang.String |
Defines the end node of the breadcrumb trail.
|
| usePreviewTree | false | true | java.lang.String |
If set to true, will use the preview Tag tree (before the site is versioned, any changes to the
tree will only be updated in the preview tree).
|