Share via


KeywordCollection Members

Include Protected Members
Include Inherited Members

Represents a collection containing keywords.

The KeywordCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<Keyword>.)
Public property IsReadOnly (Inherited from ICollection<Keyword>.)
Public property Item Retrieves the keyword with the specified term.

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<Keyword>.)
Public method AddKeyword Adds a keyword with the specified term to the collection.
Public method Clear (Inherited from ICollection<Keyword>.)
Public method Contains (Inherited from ICollection<Keyword>.)
Public method ContainsKeyword Checks if a keyword with the specified name is contained in the collection.
Public method CopyTo (Inherited from ICollection<Keyword>.)
Public method GetEnumerator() (Inherited from IEnumerable<Keyword>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(KeywordSortField) Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in ascending order.
Public method GetEnumerator(Int32, Int32) Retrieves an enumerator for a subset the keywords in the collection, sorting on the keyword term in ascending order.
Public method GetEnumerator(KeywordSortField, SortDirection) Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in the specified direction.
Public method 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.
Public method GetKeyword Retrieves the keyword with the specified term.
Public method Remove (Inherited from ICollection<Keyword>.)
Public method RemoveKeyword Removes the keyword with the specified term from the collection.

Top

See Also

Reference

KeywordCollection Interface

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