This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
MetaType contains a description of fields which together form a virtual type. Fields may come from different sources and can be combined in a single MetaType. MetaSets can then be created based on this MetaType.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public sealed class MetaType
Visual Basic (Declaration)Copy imageCopy Code
Public NotInheritable Class MetaType

Remarks

This class is an immutable class meaning that once it has been created, it cannot be changed. If you want to modify a MetaType, use the MetaTypeBuilder to modify it and create a new instance.

Inheritance Hierarchy

System..::..Object
  Smartsite.Data..::..MetaType

See Also

MetaType Members
Smartsite.Data Namespace
Advanced