SiteSearchQuery Class |
Namespace: Colygon.MatchPoint.Common.Caml
public class SiteSearchQuery : SiteCamlQuery
The SiteSearchQuery type exposes the following members.
Name | Description | |
---|---|---|
SiteSearchQuery | Initializes a new instance of the SiteSearchQuery class |
Name | Description | |
---|---|---|
Build | Creates a search query. (Inherited from BaseCamlQuery.) | |
Build(String) | (Inherited from BaseCamlQuery.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute | Executes the CAML query on the specified web. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
BaseType | Specifies the base type for a list. (Inherited from SiteCamlQuery.) | |
Criteria | Specifies the criteria that are used for aggregating content. (Inherited from BaseCamlQuery.) | |
GroupBy | Specifies a list of fields that are used to group the result items. (Inherited from BaseCamlQuery.) | |
IncludeHidden | Specifies whether hidden lists should be included. (Inherited from SiteCamlQuery.) | |
IndexFields | Specifies an index field that is included into the query. (Inherited from SiteCamlQuery.) | |
Lists | Specifies a set of lists. (Inherited from SiteCamlQuery.) | |
MaxListLimit | Specifies the maximum number of lists that are to be searched. (Inherited from SiteCamlQuery.) | |
OrderBy | Specifies a list of fields that are used to sort the result items. (Inherited from BaseCamlQuery.) | |
RowLimit | Specifies, how many items will be returned. Set to 0 to return all items. (Inherited from BaseCamlQuery.) | |
ServerTemplate | Specifies the type of a list definition or a list template. (Inherited from SiteCamlQuery.) | |
ViewFields | Specifies a list of fields that are available as view fields. (Inherited from BaseCamlQuery.) | |
WebScope | Specifies the search scope. (Inherited from SiteCamlQuery.) |