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 Code |
---|---|
public class FileExtensionElementCollection |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class FileExtensionElementCollection |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
FileExtensionElementCollection |
Initializes a new instance of the FileExtensionElementCollection class.
|
Public Methods
Name | Description | |
---|---|---|
CopyTo | (Inherited from ConfigurationElementCollection.) | |
Equals | (Inherited from ConfigurationElementCollection.) | |
GetEnumerator | (Inherited from ConfigurationElementCollection.) | |
GetHashCode | (Inherited from ConfigurationElementCollection.) | |
GetType | (Inherited from Object.) | |
IsReadOnly | (Inherited from ConfigurationElementCollection.) | |
ToString | (Inherited from Object.) |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
CollectionType |
Gets the type of the ContentTypeElementCollection.
(Overrides ConfigurationElementCollection..::CollectionType.) |
|
Count | (Inherited from ConfigurationElementCollection.) | |
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
DefaultFileExtension |
Gets or sets the default file extension.
|
|
ElementInformation | (Inherited from ConfigurationElement.) | |
EmitClear | (Inherited from ConfigurationElementCollection.) | |
IsSynchronized | (Inherited from ConfigurationElementCollection.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
SyncRoot | (Inherited from ConfigurationElementCollection.) |
Protected Properties
Name | Description | |
---|---|---|
AddElementName | (Inherited from ConfigurationElementCollection.) | |
ClearElementName | (Inherited from ConfigurationElementCollection.) | |
ElementName | (Inherited from ConfigurationElementCollection.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
HasContext | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) | |
RemoveElementName | (Inherited from ConfigurationElementCollection.) | |
ThrowOnDuplicate | (Inherited from ConfigurationElementCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..CopyTo | (Inherited from ConfigurationElementCollection.) |