This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Base container module for custom interpretation of raw inner data.
Modules of this type typically process their own data, instead of letting the normal processing interpret their nested data first.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[(typeof(), "Xml")]
public abstract class RawDataModule : 
Visual Basic (Declaration)Copy imageCopy Code
<(GetType(), "Xml")> _
Public MustInherit Class RawDataModule _
	Inherits 

Inheritance Hierarchy

See Also

Smartsite.Core Namespace
Advanced