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

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

Represents a collection of virtual path providers specified in a configuration.
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationElementCollection
      ContentStudio.Storage.ConfigurationVirtualPathProvidersCollection

Namespace: ContentStudio.Storage.Configuration
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class VirtualPathProvidersCollection : ConfigurationElementCollection

The VirtualPathProvidersCollection type exposes the following members.

Constructors

  NameDescription
Public methodVirtualPathProvidersCollection
Initializes a new instance of the VirtualPathProvidersCollection 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 VirtualPathProviderTypeInfo at the specified index.
Public propertyItemString
Gets the VirtualPathProviderTypeInfo with the specified base virtual path.
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 methodAdd
Adds the specified type information.
Public methodClear
Clears this instance.
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 methodRemove
Removes the specified key.
Public methodRemoveAt
Removes at.
Public methodToString (Inherited from Object.)
Top
See Also

Reference