CustomContentSource class

Represents a custom content source.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.ContentSource
    Microsoft.Office.Server.Search.Administration.CustomContentSource

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 CustomContentSource _
    Inherits ContentSource
'Usage
Dim instance As CustomContentSource
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class CustomContentSource : ContentSource

Remarks

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.

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.

See also

Reference

CustomContentSource members

Microsoft.Office.Server.Search.Administration namespace