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

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

Provides virtual path provider path type information
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationSection
      ContentStudio.Storage.ConfigurationVirtualPathProviderTypeInfo

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

public class VirtualPathProviderTypeInfo : ConfigurationSection

The VirtualPathProviderTypeInfo type exposes the following members.

Constructors

  NameDescription
Public methodVirtualPathProviderTypeInfo
Initializes a new instance of the VirtualPathProviderTypeInfo class.
Top
Properties

  NameDescription
Public propertyBaseVirtualPath
Gets or sets the base virtual path configuration property.
Public propertyConnectionId
Gets or sets the connection id.
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Protected propertyEvaluationContext (Inherited from ConfigurationElement.)
Protected propertyItemConfigurationProperty (Inherited from ConfigurationElement.)
Protected propertyItemString (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.)
Protected propertyProperties
Gets the collection of properties.
(Overrides ConfigurationElementProperties.)
Public propertySectionInformation (Inherited from ConfigurationSection.)
Public propertySettings
Gets the settings configuration property.
Protected propertyStatic memberStaticPropertyCollection
Gets the collection of property.
Public propertyType
Gets or sets the type configuration property.
Top
Methods

  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Protected methodDeserializeSection (Inherited from ConfigurationSection.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ConfigurationElement.)
Protected methodGetRuntimeObject (Inherited from ConfigurationSection.)
Public methodGetType (Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationSection.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationSection.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeSection (Inherited from ConfigurationSection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Public methodToString (Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
See Also

Reference