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