The SearchTemplateSelectProperty type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | ExcludeFromQuery |
Indicates whether any select list properties in the search template are to be excluded at runtime.
Enter a bool value of false or null if no
select list properties in the search template are to be excluded at runtime; true if
one or more select list properties are to be excluded at runtime.
|
![]() | ItemId |
Specifies the GUID of a select list property in the search template to be modified or excluded,
or the GUID of a new select list property to be added to the search.
Note: If a new select property is being added to the search, all properties for this instance must be set or an exception will be thrown. |
![]() | SortLevel |
Overrides the existing select list property sort level in the search template,
or provides a sort level for a new select list property added to the query.
If a new select list property is added to the query, this property is required.
If the property is null, the search template is not modified.
|
![]() | SortOrder |
Overrides the existing select list property sort order in the search template,
or provides a sort order for a new select list property added to the query.
If a new select list property is added to the query, this property is required.
If the property is null, the search template is not modified.
|
![]() | SymbolicName |
Specifies the symbolic name of a select list property in the search template to be modified or excluded,
or the GUID of a new select list property to be added to the search.
If a new select list property is added to the query, this property is required.
If the property is null, the search template is not modified.
|