Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator for all the promotions with a positive (or zero) boost value.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetPromotionEnumerator As IEnumerator(Of Promotion)
'Usage
Dim instance As PromotionCollection
Dim returnValue As IEnumerator(Of Promotion)
returnValue = instance.GetPromotionEnumerator()
IEnumerator<Promotion> GetPromotionEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<Promotion>
An [IEnumerator] representing the enumerator over the promotions.
See Also
Reference
GetPromotionEnumerator Overload
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace