Returns the product title, a parameter value, or an attribute value from the next sibling configuration. If no argument is attached the product title is returned. If no matching configuration, parameter or attribute is found, then an empty string is returned.
string NextSibling([string paramOrAttrName]; [string productTitle])
paramOrAttrName |
Optional name of the parameter or attribute to read. |
productTitle |
Optional filter to find the next configuration of the specified product. |
Example
NextSibling("Power")
Returns the value of the parameter or attribute with the name “Power” from next sibling configuration.