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.
Namespace:
FileNet.Api.QueryAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property WhereProperties As IList(Of SearchTemplateWhereProperty) |
C# |
---|
public IList<SearchTemplateWhereProperty> WhereProperties { get; set; } |
Visual C++ |
---|
public: property IList<SearchTemplateWhereProperty^>^ WhereProperties { IList<SearchTemplateWhereProperty^>^ get (); void set (IList<SearchTemplateWhereProperty^>^ value); } |
JavaScript |
---|
function get_whereProperties(); function set_whereProperties(value); |