Adds the includes in the given folder, located using the given root item and sub path (specified as a '/'-delimited title path).
Syntax
Smartsite SXML | Copy Code |
---|---|
scf.includes.addfolder(locator location) scf.includes.addfolder(locator root, string path) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The location to add the includes from. |
root | Locator | The root item to find the path in. |
path | String | The path (specified as titles, delimited by slashes - '/'). |
Return Value
None.