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 Code |
---|---|
public sealed class ReleaseSettings |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class ReleaseSettings |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
EncodeUrlParameterSpaceAsDash |
Gets a value indicating whether to encode URL parameter spaces as dashes.
|
|
ImmutableLocators |
Gets a value indicating whether locators should be treated as immutable.
|
|
PlaceHolderSortNullValues |
Gets a value indicating whether to consider null values in placeholders as default values of the underlying column type.
|
|
SwitchProviderOnSupportedDomainsList |
Gets a value indicating whether to switch membership providers based on the supported domains list.
|
|
SyntaxErrorOnDoubleMacroIds |
Gets a value indicating whether to raise a syntax error on occurrence of double macro ids.
|
See Also
Smartsite.Core Namespace