System.Web.Configuration.OutputCacheProfileCollection Members

The members of System.Web.Configuration.OutputCacheProfileCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Gets the System.Web.Configuration.OutputCacheProfileCollection keys.

default property
Item(int)OutputCacheProfile. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)OutputCacheProfile. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Public Methods

Add(OutputCacheProfile)

Adds a System.Web.Configuration.OutputCacheProfile object to the collection.

Clear()

Removes all the System.Web.Configuration.OutputCacheProfile objects from the collection.

Get(int) : OutputCacheProfile

Gets the System.Web.Configuration.OutputCacheProfile element at the specified index.

Get(string) : OutputCacheProfile

Gets the System.Web.Configuration.OutputCacheProfile element with the specified name.

GetKey(int) : string

Gets the key at the specified System.Web.Configuration.OutputCacheProfileCollection index.

Remove(string)

Removes the System.Web.Configuration.OutputCacheProfile object with the specified name from the collection.

RemoveAt(int)

Removes the System.Web.Configuration.OutputCacheProfile object at the specified index from the collection.

Set(OutputCacheProfile)

Sets the specified System.Web.Configuration.OutputCacheProfile object.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.