A list of CmTextSearchServer objects, each of which represents an IBM® Content Search Services server used in this domain. This list is maintained by the Content Engine server and is read-only. IBM Content Search Services objects can be added to or removed from this list by manipulating the server CmTextSearchServer objects directly by using the API.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property TextSearchServers As ICmTextSearchServerSet
C#
ICmTextSearchServerSet TextSearchServers { get; }
Visual C++
property ICmTextSearchServerSet^ TextSearchServers {
	ICmTextSearchServerSet^ get ();
}
JavaScript
function get_textSearchServers();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: CmTextSearchServer
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also