Represents a collection of CmTextSearchServer objects.
You can retrieve this collection with the TextSearchServers property of an IDomain object.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmTextSearchServerSet _ Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, _ ICloneable |
C# |
---|
public interface ICmTextSearchServerSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
public interface class ICmTextSearchServerSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.ICmTextSearchServerSet = function(); FileNet.Api.Collection.ICmTextSearchServerSet.createInterface('FileNet.Api.Collection.ICmTextSearchServerSet'); |