Deprecated.
A language code that specifies the default language to use for indexing documents on this object store. Because this property has been deprecated, refrain from using it in new applications; use the TextSearchIndexingLanguages property instead. When you set the TextSearchIndexingLanguages property, the Content Engine server sets the TextSearchIndexingLanguage property to the default language code that is specified by the TextSearchIndexingLanguages property, which is the first language code in its string list.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property TextSearchIndexingLanguage As String
C#
[ObsoleteAttribute("As of release 5.2.0.")]
string TextSearchIndexingLanguage { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property String^ TextSearchIndexingLanguage {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_textSearchIndexingLanguage();
function set_textSearchIndexingLanguage(value);

ToggleRemarks

ToggleSee Also