PromotedItemCollection.GetPromotedExpressionEnumerator Method
Returns an enumerator for the promoted expressions in the collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetPromotedExpressionEnumerator As IEnumerator(Of PromotedExpression)
'Usage
Dim instance As PromotedItemCollection
Dim returnValue As IEnumerator(Of PromotedExpression)
returnValue = instance.GetPromotedExpressionEnumerator()
IEnumerator<PromotedExpression> GetPromotedExpressionEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<PromotedExpression>
An [IEnumerator] over the PromotedExpressions.
See Also
Reference
PromotedItemCollection Interface
PromotedItemCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace