KeywordCollection Interface
Represents a collection containing keywords.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface KeywordCollection _
Inherits ICollection(Of Keyword), IEnumerable(Of Keyword), _
IEnumerable
'Usage
Dim instance As KeywordCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface KeywordCollection : ICollection<Keyword>,
IEnumerable<Keyword>, IEnumerable
Remarks
This interface is a super-interface of [ICollection] since it adds a number of convenience methods.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace