Returns a value indicating whether Content Indexing is enabled for the specified data store.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public bool EnableFullTextSearch(
string dataStoreName
) |
| Visual Basic |
|---|
Public Function EnableFullTextSearch ( _
dataStoreName As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool EnableFullTextSearch(
String^ dataStoreName
) |
Return Value
A value indicating whether Content Indexing is enabled for the specified data store.
See Also