Class MessageHandlersCollection
Inheritance
MessageHandlersCollection
Assembly: DotNetNuke.Web.dll
Syntax
public class MessageHandlersCollection : ConfigurationElementCollection, ICollection, ICollection<ConfigurationElement>, IEnumerable<ConfigurationElement>, IEnumerable
Constructors
MessageHandlersCollection()
Declaration
public MessageHandlersCollection()
Properties
this[int]
Declaration
public MessageHandlerEntry this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
Methods
Add(ConfigurationElement)
Declaration
public void Add(ConfigurationElement item)
Parameters
Clear()
Declaration
Contains(ConfigurationElement)
Declaration
public bool Contains(ConfigurationElement item)
Parameters
Returns
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Overrides
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Returns
Overrides
Remove(ConfigurationElement)
Declaration
public bool Remove(ConfigurationElement item)
Parameters
Returns
Implements
Extension Methods