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 sealed class ReleaseSettings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class ReleaseSettings

The type exposes the following properties.

Public Properties

  Name Description
Public property EncodeUrlParameterSpaceAsDash
Gets a value indicating whether to encode URL parameter spaces as dashes.
Public property ImmutableLocators
Gets a value indicating whether locators should be treated as immutable.
Public property PlaceHolderSortNullValues
Gets a value indicating whether to consider null values in placeholders as default values of the underlying column type.
Public property SwitchProviderOnSupportedDomainsList
Gets a value indicating whether to switch membership providers based on the supported domains list.
Public property SyntaxErrorOnDoubleMacroIds
Gets a value indicating whether to raise a syntax error on occurrence of double macro ids.

See Also

Advanced