A list of CmTextSearchAffinityGroup objects, each of which represents an affinity group that has been created in this domain. This list is maintained by the Content Engine server.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property TextSearchAffinityGroups As ICmTextSearchAffinityGroupSet
C#
ICmTextSearchAffinityGroupSet TextSearchAffinityGroups { get; }
Visual C++
property ICmTextSearchAffinityGroupSet^ TextSearchAffinityGroups {
	ICmTextSearchAffinityGroupSet^ get ();
}
JavaScript
function get_textSearchAffinityGroups();

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: CmTextSearchAffinityGroup
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also