Specifies a folder to be available at runtime. The folder specified will override a folder in the search template having the same ID. If a folder is specified that does not exist in the search template, it is assumed to be a new folder that is to be added to the query. All properties for this instance must be specified if a new folder is being added to the query.

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 Folder As IFolder
C#
public IFolder Folder { get; set; }
Visual C++
public:
property IFolder^ Folder {
	IFolder^ get ();
	void set (IFolder^ value);
}
JavaScript
function get_folder();
function set_folder(value);

ToggleSee Also