PromotedItemCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of promoted items. Includes operations to add a promoted document, a promoted location, and a promoted expression.
The PromotedItemCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<PromotedItem>.) | |
IsReadOnly | (Inherited from ICollection<PromotedItem>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<PromotedItem>.) | |
AddPromotedDocument | Creates a promoted document and adds it to the collection. | |
AddPromotedExpression | Creates a promoted expression and adds it to the collection. | |
AddPromotedLocation | Creates a promoted location and adds it to the collection. | |
Clear | (Inherited from ICollection<PromotedItem>.) | |
Contains | (Inherited from ICollection<PromotedItem>.) | |
CopyTo | (Inherited from ICollection<PromotedItem>.) | |
GetEnumerator() | (Inherited from IEnumerable<PromotedItem>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetPromotedDocumentEnumerator | Returns an enumerator for the promoted documents in the collection. | |
GetPromotedExpressionEnumerator | Returns an enumerator for the promoted expressions in the collection. | |
GetPromotedLocationEnumerator | Returns an enumerator for the promoted locations in the collection. | |
Remove | (Inherited from ICollection<PromotedItem>.) |
Top
See Also
Reference
PromotedItemCollection Interface
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace