The SearchTemplateContent type exposes the following members.

ToggleProperties

Type NameDescription
Public propertyContentItems
Specifies the list of content search items to be used for the search. The content search items specified here overrides the content search items in the search template. If null, no change is made to the list of content search items in the search template.
Public propertyContentQueryDynamicThreshold
Specifies the dynamic threshold value for content query optimization.

For more information, see CBR Query Optimization.

Public propertyContentQueryMaximumRecords
Specifies the maximum number of records to be returned by the content search. The maximum records specified here overrides any value in the search template. If null, no change is made to the value in the search template.

For more information, see Query Result Row Limits.

Public propertyContentQueryOptimization
Specifies the kind of optimization used for content search, content first, database first, or dynamic threshold. If you specify dynamic threshold, then you must also set the ContentQueryDynamicThreshold property.

For more information, see CBR Query Optimization.

Public propertyRank
Indicates whether content search rank is to be used for the search. Enter a bool value of false or null if the content search rank value in the search template is to be used; enter true if the content search rank value is to be supplied at runtime.
Public propertySummary
Indicates whether content search summary is to be used for the search. Enter a bool value of false or null if the content search summary setting in the search template is to be used; enter true if the content search summary value is to be supplied at runtime.

ToggleSee Also