ExtensionCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Extension objects.
The ExtensionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Extension objects in the collection. | |
IsInclusionList | Gets a Boolean value indicating whether file types in the extension list should be crawled or not. | |
Item | Gets the specified extension in the collection. | |
Parent | Gets the parent Content object for the file name extension collection. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Clears the extension collection. | |
Create | Creates the specified extension in the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the extensions in the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetIsInclusionList | Sets the value for the IsInclusionList property of the ExtensionCollection class. | |
ToString | (Inherited from Object.) |
Top