Pipeline Interface
Represents an item processing pipeline. FAST Search Server 2010 for SharePoint contains a single pipeline, and a client will not need to access this interface.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface Pipeline
'Usage
Dim instance As Pipeline
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface Pipeline
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace