Indicates whether any content search items in the search template are to be excluded.
Enter a bool value of false or null if no
content search items in the search template are to be excluded at runtime; true if
one or more content search items are to be excluded.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property ExcludeFromQuery As Boolean |
C# |
---|
public bool ExcludeFromQuery { get; set; } |
Visual C++ |
---|
public:
property bool ExcludeFromQuery {
bool get ();
void set (bool value);
} |
JavaScript |
---|
function get_excludeFromQuery();
function set_excludeFromQuery(value); |