PipelineCollection Interface
Represents a collection of item processing pipelines. Only one pipeline will be returned.
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 PipelineCollection _
Inherits ICollection(Of Pipeline), IEnumerable(Of Pipeline), _
IEnumerable
'Usage
Dim instance As PipelineCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PipelineCollection : ICollection<Pipeline>,
IEnumerable<Pipeline>, IEnumerable
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace