RewriteSettingsCollection Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Handles a collection of rewriting settings
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationElementCollection
      ContentStudio.Site.HttpModules.UrlRewritingNet.ConfigurationRewriteSettingsCollection

Namespace: ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class RewriteSettingsCollection : ConfigurationElementCollection

The RewriteSettingsCollection type exposes the following members.

Constructors

  NameDescription
Public methodRewriteSettingsCollection
Initializes a new instance of the RewriteSettingsCollection class
Top
Properties

  NameDescription
Public propertyCollectionType (Inherited from ConfigurationElementCollection.)
Public propertyCount (Inherited from ConfigurationElementCollection.)
Public propertyElementInformation (Inherited from ConfigurationElement.)
Public propertyEmitClear (Inherited from ConfigurationElementCollection.)
Public propertyIsSynchronized (Inherited from ConfigurationElementCollection.)
Public propertyItemInt32
Gets or sets the RewriteSettings at the specified index.
Public propertyItemString
Gets the RewriteSettings with the specified key.
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Public propertySyncRoot (Inherited from ConfigurationElementCollection.)
Top
Methods

  NameDescription
Public methodCopyTo (Inherited from ConfigurationElementCollection.)
Public methodEquals (Inherited from ConfigurationElementCollection.)
Public methodGetEnumerator (Inherited from ConfigurationElementCollection.)
Public methodGetHashCode (Inherited from ConfigurationElementCollection.)
Public methodGetType (Inherited from Object.)
Public methodIsReadOnly (Inherited from ConfigurationElementCollection.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference