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

The type exposes the following properties.

Public Properties

  Name Description
Public property Active
Gets a value indicating whether the Url is currently mapped.
Public property Count
Gets the URL Parameter count.
Public property Static member Enabled
Gets a value indicating whether this UrlParameterMappings is enabled.
Public property Static member EndpointExtension
Friendly name Url endpoint suffix to denotate url parameters.
Public property Static member EndpointExtensionIsEmpty
Returns true is Url EndPointExtension prefix is empty string.
Public property Item
Gets or sets the String at the specified index.

See Also

Advanced