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

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

Implements a configuration section for Content Studio virtual path providers.
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationSection
      ContentStudio.Storage.ConfigurationVirtualPathConfigurationSection

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

public sealed class VirtualPathConfigurationSection : ConfigurationSection

The VirtualPathConfigurationSection type exposes the following members.

Constructors

  NameDescription
Public methodVirtualPathConfigurationSection
Initializes a new instance of the VirtualPathConfigurationSection class
Top
Properties

  NameDescription
Public propertyElementInformation (Inherited from ConfigurationElement.)
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 propertyProviders
Gets a VirtualPathProvidersCollection representing the configured providers.
Public propertySectionInformation (Inherited from ConfigurationSection.)
Top
Methods

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

Reference