Returns the product title, a parameter value, or an attribute value from the previous 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 PrevSibling([string paramOrAttrName]; [string productTitle])
paramOrAttrName |
Optional name of the parameter or attribute to read. |
productTitle |
Optional filter to find the previous sibling configuration of the specified product. |
Example
PrevSibling("Power")
Returns the value of the parameter or attribute with the name “Power” from previous sibling configuration.