Sitecore 5.1.1 API

State.ExtensionObjects Property

Gets the hash list of XSL extention objects.

[Visual Basic]
Public Shared ReadOnly Property ExtensionObjects As Hashtable
[C#]
public static System.Collections.Hashtable ExtensionObjects {get;}

Property Value

A hash list of extention objects.

Remarks

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".

See Also

State Class | Sitecore.Configuration Namespace