ContentExtractorFactoryValidateCustomEntityDefinitions Method

Validates user defined custom item definitions before attempting to load them into SDK (see LoadCustomEntityDefinitions(ListCustomEntityDefinition).

Definition

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static List<string> ValidateCustomEntityDefinitions(
	List<CustomEntityDefinition> customEntityDefinitions
)

Parameters

customEntityDefinitions  ListCustomEntityDefinition
A list of user defined CustomEntityDefinition to detect in extracted text and metadata.

Return Value

ListString
A list of errors, if returned list has Count of zero, then all CustomEntityDefinition objects were successfully validate; Otherwise the list will contain one or more errors.

See Also