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.

Namespace:  FileNet.Api.Query
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Property SelectProperties As IList(Of SearchTemplateSelectProperty)
C#
public IList<SearchTemplateSelectProperty> SelectProperties { get; set; }
Visual C++
public:
property IList<SearchTemplateSelectProperty^>^ SelectProperties {
	IList<SearchTemplateSelectProperty^>^ get ();
	void set (IList<SearchTemplateSelectProperty^>^ value);
}
JavaScript
function get_selectProperties();
function set_selectProperties(value);

ToggleSee Also