Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TextSearchEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> TextSearchEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> TextSearchEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_textSearchEnabled(); function set_textSearchEnabled(value); |