United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Search class library
Microsoft.Office.Server.Search.Query.Rules
QueryConditionCollection class
QueryConditionCollection methods
CreateCommonlyClickedPropertyCondition method
CreateCommonQueryCondition method
CreateKeywordCondition method
CreatePeopleNameCondition method
CreateRegularExpressionCondition method
CreateTaxonomyDictionaryCondition method
OnAfterChange method
OnPreChange method
This topic has not yet been rated
-
Rate this topic
QueryConditionCollection methods
SharePoint 2013
The
QueryConditionCollection
type exposes the following members.
Methods
Name
Description
Clear
Removes all items from the collection.
(Inherited from
OrderedCollectionBase<T>
.)
Contains
Determines whether the collection contains given best bet.
(Inherited from
OrderedCollectionBase<T>
.)
CopyTo
Copies the item to an array, starting at a particular array index
(Inherited from
OrderedCollectionBase<T>
.)
CreateCommonlyClickedPropertyCondition
CreateCommonQueryCondition
CreateKeywordCondition
CreatePeopleNameCondition
CreateRegularExpressionCondition
CreateTaxonomyDictionaryCondition(String, Term, Boolean)
CreateTaxonomyDictionaryCondition(String, TermSet, Boolean)
Equals
(Inherited from
Object
.)
Finalize
(Inherited from
Object
.)
GetEnumerator
(Inherited from
OrderedCollectionBase<T>
.)
GetHashCode
(Inherited from
Object
.)
GetType
(Inherited from
Object
.)
IndexOf
Determines the position of the item in the collection.
(Inherited from
OrderedCollectionBase<T>
.)
MemberwiseClone
(Inherited from
Object
.)
MoveTo
Moves the item to the specified position in the collection. Position is zero-based.
(Inherited from
OrderedCollectionBase<T>
.)
OnAfterChange
(Overrides
OrderedCollectionBase<T>.OnAfterChange()
.)
OnPreAddInternal
(Inherited from
OrderedCollectionBase<T>
.)
OnPreChange
(Overrides
OrderedCollectionBase<T>.OnPreChange()
.)
OnPreClearInternal
(Inherited from
OrderedCollectionBase<T>
.)
OnPreRemoveInternal
(Inherited from
OrderedCollectionBase<T>
.)
OnSerializationInitialize
(Inherited from
OrderedCollectionBase<T>
.)
Remove
Removes the item from the collection
(Inherited from
OrderedCollectionBase<T>
.)
ToString
(Inherited from
Object
.)
Top
Explicit interface implementations
Name
Description
IEnumerable.GetEnumerator
(Inherited from
OrderedCollectionBase<T>
.)
Top
See also
Reference
QueryConditionCollection class
Microsoft.Office.Server.Search.Query.Rules namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD