Content Class

Represents the top-level object for administration of the content sources for a Search service application.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.Content

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Content
'Usage
Dim instance As Content
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Content

Remarks

Use the constructor of the Content class to create a Content object that allows you to access and administer the content sources.

For more information about accessing the SharePoint Server search Administration object model, see Getting Started with the SharePoint Server 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

Content Members

Microsoft.Office.Server.Search.Administration Namespace

Other Resources

Getting Started with the SharePoint Server Search Administration Object Model