KeywordCollection Members
Include Protected Members
Include Inherited Members
Represents a collection containing keywords.
The KeywordCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<Keyword>.) | |
IsReadOnly | (Inherited from ICollection<Keyword>.) | |
Item | Retrieves the keyword with the specified term. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<Keyword>.) | |
AddKeyword | Adds a keyword with the specified term to the collection. | |
Clear | (Inherited from ICollection<Keyword>.) | |
Contains | (Inherited from ICollection<Keyword>.) | |
ContainsKeyword | Checks if a keyword with the specified name is contained in the collection. | |
CopyTo | (Inherited from ICollection<Keyword>.) | |
GetEnumerator() | (Inherited from IEnumerable<Keyword>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(KeywordSortField) | Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in ascending order. | |
GetEnumerator(Int32, Int32) | Retrieves an enumerator for a subset the keywords in the collection, sorting on the keyword term in ascending order. | |
GetEnumerator(KeywordSortField, SortDirection) | Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in the specified direction. | |
GetEnumerator(KeywordSortField, SortDirection, Int32, Int32) | Retrieves an enumerator for a subset of the the keyword in the collection, sorting on the specified field ion the specified direction. | |
GetKeyword | Retrieves the keyword with the specified term. | |
Remove | (Inherited from ICollection<Keyword>.) | |
RemoveKeyword | Removes the keyword with the specified term from the collection. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace