Release 1.0 - ...
<storagehandlers> element
Defines the list of storage handlers for a site. Storage handlers are used by the meta layer to store and retrieve data from e.g. database or disk.
Example
XML |
Copy Code
|
<storagehandlers>
<handler id="DatabaseStorage" assembly="Smartsite.Data.DatabaseStorage, Smartsite.Data" />
<handler id="ThesaurusStorage" assembly="Smartsite.Data.ThesaurusStorage, Smartsite.Data" />
<handler id="ContentRelationStorage" assembly="Smartsite.Data.ContentRelationStorage, Smartsite.Data" />
<handler id="FileStorage" assembly="Smartsite.Data.FileStorage, Smartsite.Data" />
<handler id="BinaryStorage" assembly="Smartsite.Data.BinaryStorage, Smartsite.Data" />
</storagehandlers>
|
Attributes
Attribute name |
Required |
Description |
id |
Yes |
The id of the storage handler. |
assembly |
Yes |
The type name of the class that contains the storage handler. |
Parent element
Element name |
Description |
<smartsite.data> |
This element contains the Smartsite data configuration. |
Child elements
None.