PromotionCollection Interface

Represents a collection of promotions.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
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 PromotionCollection _
    Inherits ICollection(Of Promotion), IEnumerable(Of Promotion),  _
    IEnumerable
'Usage
Dim instance As PromotionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PromotionCollection : ICollection<Promotion>, 
    IEnumerable<Promotion>, IEnumerable

Remarks

This interface is a sub-interface of ICollection<T> since it adds a number of convenience methods.

See Also

Reference

PromotionCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace

Promotion

PromotedItem

PromotedItemCollection