AggregateContextExpression Interface
Operations for adding context expression to an aggregate context expression.
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 AggregateContextExpression _
Inherits ContextExpression, Describable, Identifiable, ICollection(Of ContextExpression), _
IEnumerable(Of ContextExpression), IEnumerable
'Usage
Dim instance As AggregateContextExpression
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface AggregateContextExpression : ContextExpression,
Describable, Identifiable, ICollection<ContextExpression>, IEnumerable<ContextExpression>,
IEnumerable
Remarks
An AggregateContextExpression is either an AND, OR or NOT node, and is evaluated in terms of its child nodes.
See Also
Reference
AggregateContextExpression Members
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace