This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class FileExtensionElementCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class FileExtensionElementCollection

The type exposes the following members.

Public Constructors

  Name Description
Public method FileExtensionElementCollection
Initializes a new instance of the FileExtensionElementCollection class.

Public Methods

  Name Description
Public method CopyTo (Inherited from ConfigurationElementCollection.)
Public method Equals (Inherited from ConfigurationElementCollection.)
Public method GetEnumerator (Inherited from ConfigurationElementCollection.)
Public method GetHashCode (Inherited from ConfigurationElementCollection.)
Public method GetType (Inherited from Object.)
Public method IsReadOnly (Inherited from ConfigurationElementCollection.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseClear (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Protected method BaseGetKey (Inherited from ConfigurationElementCollection.)
Protected method BaseIndexOf (Inherited from ConfigurationElementCollection.)
Protected method BaseIsRemoved (Inherited from ConfigurationElementCollection.)
Protected method BaseRemove (Inherited from ConfigurationElementCollection.)
Protected method BaseRemoveAt (Inherited from ConfigurationElementCollection.)
Protected method CreateNewElement Overloaded.
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Protected method GetElementKey
Gets the element key for a specified configuration element when overridden in a derived class.
(Overrides ConfigurationElementCollection..::GetElementKey(ConfigurationElement).)
Protected method GetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected method GetTransformedTypeString (Inherited from ConfigurationElement.)
Protected method Init (Inherited from ConfigurationElement.)
Protected method InitializeDefault (Inherited from ConfigurationElement.)
Protected method IsElementName (Inherited from ConfigurationElementCollection.)
Protected method IsElementRemovable (Inherited from ConfigurationElementCollection.)
Protected method IsModified (Inherited from ConfigurationElementCollection.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize (Inherited from ConfigurationElement.)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Protected method Reset (Inherited from ConfigurationElementCollection.)
Protected method ResetModified (Inherited from ConfigurationElementCollection.)
Protected method SerializeElement (Inherited from ConfigurationElementCollection.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElementCollection.)
Protected method Unmerge (Inherited from ConfigurationElementCollection.)

Public Properties

  Name Description
Public property CollectionType
Gets the type of the ContentTypeElementCollection.
(Overrides ConfigurationElementCollection..::CollectionType.)
Public property Count (Inherited from ConfigurationElementCollection.)
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property DefaultFileExtension
Gets or sets the default file extension.
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property EmitClear (Inherited from ConfigurationElementCollection.)
Public property IsSynchronized (Inherited from ConfigurationElementCollection.)
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property SyncRoot (Inherited from ConfigurationElementCollection.)

Protected Properties

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from ConfigurationElementCollection.)

See Also

Advanced