This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class SaveSettings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SaveSettings

The type exposes the following properties.

Public Properties

  Name Description
Public property CreateVersion
Gets or sets if a new version should be created when saving data.
Public property Db
Gets or sets the Database that is used for the CreateSchema, Load and Save operations.
(Inherited from BaseSettings.)
Public property DbCommand
Gets or sets the IDbCommand which will be used by database related storage handlers.
Public property ExtraProperties
Gets a dictionary of extra properties per MetaField.
(Inherited from BaseSettings.)
Public property NumberingMode
Gets or sets the numbering mode.
Public property PrimaryKeyList
Gets or sets the PrimaryKeyList

Protected Properties

  Name Description
Protected property MetaType
Gets the MetaType to which this settings belong.
(Inherited from BaseSettings.)

See Also

Advanced