This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Types of operations performed by the meta layer.

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

Syntax

C#Copy imageCopy Code
public enum MetaTypeOperation
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration MetaTypeOperation

Members

Member nameDescription
None
Represents no specific operation
CreateSchema
Represents the CreateSchema operation
Load
Represents the Load operation
Save
Represents the Save operation

See Also

Smartsite.Data Namespace
Advanced