ContentSourceCollection::Create method (Type, String)
Creates a content source in the collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Parameters
- type
- Type: System.Type
The object type of the content source.
- name
- Type: System.String
A string containing the content source name.
Return value
Type: Microsoft.Office.Server.Search.Administration.ContentSourceA ContentSource object.
For more information about content sources and the new SharePoint Enterprise Search Administration object model, see Content Sources Overview and Getting Started with the Search Administration Object Model.
The following code example creates a custom content source. For a complete, step-by-step walkthrough of the example code for the Create() method of the ContentSourceCollection class, see How to: Add a Content Source.
Prerequisites
Ensure a Shared Services Provider is already created.
Project References
Add the following project references in your console application code project before running this sample:
Microsoft.SharePoint
Microsoft.Office.Server
Microsoft.Office.Server.Search