Content.ExtensionList Property
Gets the list of file name extensions.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ExtensionList As ExtensionCollection
Get
'Usage
Dim instance As Content
Dim value As ExtensionCollection
value = instance.ExtensionList
public ExtensionCollection ExtensionList { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ExtensionCollection
A ExtensionCollection object containing a collection of Extension objects that represent file name extensions.
Remarks
For more information about the file name extensions list and the new Enterprise Search Administration object model, see Defining Crawl Rules and File Types and Getting Started with the Search Administration Object Model.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Defining Crawl Rules and File Types
Getting Started with the Enterprise Search Administration Object Model
How to: Retrieve the Content Sources for a Shared Services Provider