Specifies the list of folders to be added, modified or excluded for the search. The folders specified here override any folders having the same ID that are specified in the search template. If null, no change is made to the search template.

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

ToggleSyntax

Visual Basic (Declaration)
Public Property Folders As IList(Of SearchTemplateFolder)
C#
public IList<SearchTemplateFolder> Folders { get; set; }
Visual C++
public:
property IList<SearchTemplateFolder^>^ Folders {
	IList<SearchTemplateFolder^>^ get ();
	void set (IList<SearchTemplateFolder^>^ value);
}
JavaScript
function get_folders();
function set_folders(value);

ToggleSee Also