Gets the hash list of XSL extention objects.
A hash list of extention objects.
An XSL extention is an object that is accessible from within XSL transformations. For instance the XslHelper object, which implements the "sc:fld" function.
The developer may make more extention objects available on a per page basis. It such case the new extention object can be added to this list.
The scope of this list is page only. To add extention objects globally, use the xslExtentions section ion the web.config.
The ExtensionObjects is usually used in global.aspx.
The scope of the value is page and it is stored in the Items variable "SC_EXPAND_LINKED_DATABASES".
State Class | Sitecore.Configuration Namespace