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 properties.

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

See Also

Advanced