The SearchTemplateParameters type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyAugmentedSelectList
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.
Public propertyContent
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.
Public propertyCountLimit
Specifies that the query returns the result count of the query, up to the count limit provided.

For more information, see Query Options.

Public propertyFolders
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.
Public propertyMaximumRecords
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.
Public propertySelectProperties
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.
Public propertySubclasses
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.
Public propertyTimeLimit
Specifies the query time limit for the client-to-server RPC in seconds.

For more information, see Query Options.

Public propertyVersionSelection
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.
Public propertyWhereProperties
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.

ToggleSee Also