ExtensionCollection Class
Represents a collection of Extension objects.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.ExtensionCollection
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ExtensionCollection _
Implements IEnumerable
'Usage
Dim instance As ExtensionCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ExtensionCollection : IEnumerable
Remarks
For more information about extensions and the new SharePoint Enterprise Search Administration object model, see Defining Crawl Rules and File Types and Getting Started with the Search Administration Object Model.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.