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

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

Syntax

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

Members

Member nameDescription
SaveBufferScope
Save buffer scope default setting.
TypedViperDefaults
Typed default handling for Vipers
ConvertInvariantCulture
Use invariant culture for convert vipers.
StartHierarchyAtLevelZero
Site map and View hierarchy modules will always use level 0 as the lowest level.
AlwaysEncodeQueryParams
Query parameter values will always be stored internally as url encoded strings.
ResolveSxmlInXsltFormatting
Introduced in 1.2, Sxml in xslt formatting is now executed by default.
ItemDataViperUsesDefaultParameterForEmptyDataTable
Introduced in 1.2, the itemdata.field viper now returns the value of the default parameter when a datatable is returned with zero rows.
UseCurrentRoleToDetermineContentAccess
Introduced in 1.2 build 2, content access is determined without taking the current role of the user into account.
ClearSaveBuffersOnInstructionSourceChange
Introduced in 1.3, Field-scope Save Buffers will now be cleared in between calls to the same field.
JsonReturnsNulls
Introduced in 1.3, allow Json.GetValue to return Null instead of {}.
RegionOverrulesLocalBufferScope
Introduced in 1.3, Regions will not overrule Field-scoping of Save Buffers.
DebugWriteCultureInvariant
Introduced in 1.4, Debug.Write viper is not culture invariant.
StaticallyResolveSmartletPropertyDefaults
Introduced in 1.4, Smartlet Properties resolve their default values at each request.
CompareDateTimeInUTC
Introduced in 1.5, converts DateTime values to UTC before calculating (milli)seconds-, minutes-, hours- and daysBetween()
SiteMapUsesRawItemFormat
Introduced in 1.5, the ItemFormat parameter of the SiteMap macro has the option RawData set.
DefaultHandlingMetaNavigation
Introduced in 2.0, when true, Meta Navigation will use the viper default if specifed. Previously an exception was raised.
InsecureCookieDefaults
Introduced in 1.4 build 11, cookies will always use the Secure setting when the site is hosted using a ssl connection, unless this compatibility setting is set to false.

See Also

Smartsite.Core Namespace
Advanced