Specifies whether subfolders of the folder are to be included in the search. The value specified here
overrides the search subfolders value in the search template. If null, no change is made to the
search template.
If a new folder item is being added to the query, this property is required.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property SearchSubFolders As Nullable(Of Boolean) |
C# |
---|
public Nullable<bool> SearchSubFolders { get; set; } |
Visual C++ |
---|
public:
property Nullable<bool> SearchSubFolders {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_searchSubFolders();
function set_searchSubFolders(value); |