The SearchTemplateParameters type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | AugmentedSelectList |
Specifies select list properties to augment the select list properties in the search template. The property
symbolic names must be used for these properties. The search will use the select list properties specified
here in addition to the list of select list properties specified in the search template. If null, only the
select list properties specified in the search template are used for the search.
|
![]() | Content |
Specifies the content search in the search template that is to be modified for the search. A new content search
cannot be added. The content search specified will override the specified content in the search
template. If null, no change is made to the search template data.
|
![]() | CountLimit |
Specifies that the query returns the result count of the query, up to the count limit provided.
For more information, see Query Options. |
![]() | Folders |
Specifies the list of folders to be added, modified or excluded for the search. The folders
specified here override any folders having the same ID that are specified in the search template. If
null, no change is made to the search template.
|
![]() | MaximumRecords |
Specifies the maximum number of records to be returned by the search. The maximum records specified here
overrides the maximum records setting in the search template. If null, no change is made to the search template data.
|
![]() | SelectProperties |
Specifies the select list properties in the search template that are to modified or excluded, as well as
any new select list properties to be added for the search. The select list properties specified will
override the select list properties in the search template. If null, no change is made to the search
template data.
|
![]() | Subclasses |
Specifies the subclass properties in the search template that are to modified or excluded,
as well as any new subclass properties to be added for the search. The subclass properties specified will
override the subclass properties in the search template. If null, no change is made to the search
template data.
|
![]() | TimeLimit |
Specifies the query time limit for the client-to-server RPC in seconds.
For more information, see Query Options. |
![]() | VersionSelection |
Specifies the type of version selection to be used. The version selection specified here overrides the version
selection setting in the search template. If null, no change is made to the search template data data.
|
![]() | WhereProperties |
Specifies the Where properties in the search template that are to modified or excluded for the search.
New Where properties cannot be added. The Where properties specified will
override the Where properties in the search template. If null, no change is made to the search
template.
|