PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Gets a child item relative to the given root item by title.
Syntax
Smartsite SXML | Copy Code |
---|---|
locator cms.hierarchy.getdescendantbytitle(locator root, string titlePath) locator cms.hierarchy.getdescendantbytitle(locator root, string titlePath, enum aim) locator cms.hierarchy.getdescendantbytitle(locator root, string titlePath, enum aim, enum aimOptions) locator cms.hierarchy.getdescendantbytitle(string titlePath) |
Parameters
Name | Data Type | Description |
---|---|---|
root | Locator | The root item to start looking under (default is parent of current item). |
titlePath | String | The path consisting of titles separated by a slash ('/'). |
aim | Enum |
The AIM registration type.
Enum values:
|
aimOptions | Enum |
The aim options.
Enum values:
|
Return Value
Data Type | Description |
---|---|
Locator | Locator |