PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Mode for the setup of localization when synchronizing string reources from an XML source to the database.

Namespace: Smartsite.Localization
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

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

Members

Member nameDescription
Count
Count only; do not actually insert, update or delete.
Insert
Insert new resources strings; do not update or delete.
Update
Insert and update resource strings; do not delete.
Delete
Insert, update and delete resources strings as necessary.

See Also

Advanced